/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2afe3205-b759-47c9-9aff-858bf4307076) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b58f0b25-5622-4a45-9283-9151c57ca4ac) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b07195b2-92c3-444e-94f7-922c75b8327a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-76478ff2-3934-4f59-8a99-cfaff72fd3c7) 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 {
}
