/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-adba5733-ae3c-4243-adf1-d2ecf3a1d599) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-91641830-075c-4eec-81f3-1c82a4ecc2ea) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-68601c3a-f1d1-4095-9743-91d5f654d90f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d2ae53e8-d62d-49b5-9b8f-69efa647a9e2) 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 {
}
