/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-522d92a9-dc2c-422f-b536-44c1be50ee38) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2c33853d-bb75-450e-b73a-41fbdbabb539) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a7db6933-64d3-4d39-a05f-221f8ac75af2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8da36ae2-726e-4d0b-b983-30d768cb842d) 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 {
}
