/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ce9fd48a-ffdf-41ec-a92b-a172d46ec94f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3c186077-d27b-4888-8522-640d37c6fec7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9055ef49-c1cd-421a-b8a4-65632d41120a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ac473ff2-170c-45ba-bce3-751d0b1704f6) 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 {
}
