/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b9de459a-bfe7-4787-9e95-e14fbc600d09) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-805cf28b-91c0-4250-8d20-9996ba6c1376) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-254d0fac-82c8-47fd-a1a5-812e9de70c18) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-167ed1d1-b3a7-435c-b1a6-57d00d9e7147) 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 {
}
