/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e47afb7c-f073-4940-9bf5-eeb74c5cbfdd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-43bc68d0-62dc-4486-84d0-043826cf01b3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d629c9ba-e6d2-48de-9db1-1fd2dc99054b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2b80e084-dcd2-4569-a6e4-06407f1ab6a4) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
