/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-40659ab4-3f29-468f-a4cd-eaeded16f589) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4d9592c3-f4c7-4055-b3cb-dd2b4a053408) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6c7a90a8-dc5d-4fd3-86c1-9ba2b2a14d01) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a164808c-022c-4036-a519-694ce3783baf) 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 {
}
