/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b4fa0dda-cea0-40c9-8754-29563c282add) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6b6f75d2-1529-416b-b385-32e75718d9ab) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-82313820-814c-4a4e-9ed4-0610602a9516) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-41311775-bf74-4bb8-8977-a1776023b584) 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 {
}
