/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-17b6bea6-53d4-4afd-8897-97a2d5b85683) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-03f2833c-c90f-45f5-b67d-1f898e998628) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d8041374-fef5-4764-a970-18952497e2bc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f5ecdb3c-d7e9-4e3d-9759-a19494c031c4) 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 {
}
