/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d5f5110d-ed84-4732-81ca-19506270f1c2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ffd40611-14ad-421e-a1e2-fc8df18d922e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5b4a0903-7f34-49f2-a57f-b263b2a1ca21) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d213ce45-c82e-4262-b700-7f683d9929db) 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 {
}
