/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8c9047d5-fa21-4429-818d-01cd8d4cd9c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-35e1ce3d-2a93-4300-b5c5-26d2aca69749) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f39518a5-e996-4dc0-a479-348a00a2f738) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c0fccecf-ab6b-44ee-a212-6c3f00bc0c84) 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 {
}
