/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0abd1acb-5a1e-454d-9b54-aa5cc113cc5d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cc78d4a7-b6c7-48ba-8eb3-c2f3a2da8988) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1dac42f9-06db-4a9b-9ee5-62aae7e89812) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6ddf16c6-3f71-4971-a7d6-a013e8647eb5) 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 {
}
