/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-28b85be9-95c2-418a-abe6-5b98b4b06793) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7d537f05-83d5-4a70-bedc-0f3a7c616caa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-75682991-b87c-48f1-a7e0-5c19e9794666) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2865ea3c-7f70-4e4d-b197-9028780982c5) 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 {
}
