/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4a8be3c1-cdf5-41ab-8027-90d0ab8a5a64) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-15f738d8-7aa2-497e-859f-b5ba9af70c21) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-81e243d7-d8e9-45cb-a5a3-77c69acca85c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-794aa479-0916-4b22-818c-aec5930906b7) 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 {
}
