/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7325b3c6-f043-4bd6-8916-cabbf4640643) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-aeefebac-bc12-4c94-b116-81bf23edcd34) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0594e8f8-4ac3-44b9-8297-c46c2b310149) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a27058b5-8e65-4c60-80fb-c9608fccd605) 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 {
}
