/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-83a04833-47ed-4195-b4fa-721d14f408af) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1a8cc93d-ffe9-448b-9887-8f8b418d1f4a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e98cbd59-ca2a-49ae-a533-584be021813b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c7ab75a3-6572-4521-89ba-8353c2280b05) 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 {
}
