/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c86a600b-c94b-450c-9c23-f4212a187796) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2319f21f-c790-4143-8a3a-576461807c6a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dacc594b-cfb4-486f-9ce1-2945ee5fd686) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-77533865-0240-4983-94f5-5d9c1473de65) 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 {
}
