/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-67eced97-7f2f-4866-95f1-420a23992501) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b9cf8d16-f8c0-4c97-885f-c6d0feb5535c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9e545a01-df7d-4ac6-b541-a147693f109d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-23ba77aa-d263-4859-a81c-84ac91cfbb24) 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 {
}
