/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-19de185c-35b8-4ba1-a8f5-64c3ff8a9f0e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-72abdebc-0b06-47cf-8543-971351f2ec64) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9f5a5f91-1ba8-4a4f-b11a-b01b80f9fe82) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7467fbae-7860-40d5-8f1e-69373c3f2dc1) 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 {
}
