/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aa69c1a1-8887-4ecf-b585-6a085d08a804) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-680a0c59-9649-4afd-ba87-e58f644e4307) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cc1a7526-0dbd-4ff2-a710-6a53f1948df2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dc38cd30-a2d1-41df-8de6-9295944f056b) 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 {
}
