/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1cf06a0c-2775-4bf5-bb1b-121b5a7c46a1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c0e65aac-7f50-443a-a9df-262b8f42611d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a1c0936d-2942-4aa0-8986-a6d55d2a1936) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-043b98c9-18a5-433e-b3c6-4334421054ff) 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 {
}
