/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9ad84bfc-070b-4d0d-b2d9-0487ce09c29d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-811c3c08-8775-4df8-b3d5-8b21048a35a7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c240df34-53bd-4ff9-9209-0a342ef0b79b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e65f7921-64ec-4555-99b5-01bf3ec6b28b) 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 {
}
