/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cc5cd55a-d81e-4594-b1a0-63a1439a45fa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-808b4761-af85-44e6-8297-a99a56034b04) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-efffa3c2-99d8-4acc-ac27-cb28ca0a6ace) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-33545f24-40f9-4b12-81f8-8357528677a1) 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 {
}
