/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2346a3c1-0242-493f-878a-6961c43f12c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-70b47f23-55f4-40c7-b167-983a74743b1a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-89c028dc-3dd4-459c-aec6-fe62b154cdc5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-815b4e37-7e6b-4b56-8858-c6ea9fabdb0a) 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 {
}
