/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7c953784-70f5-4ce4-8cdd-80ab97772529) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a65a3ee-7111-4930-a605-cbf566fb0ac9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1a7e2190-b484-4091-a7c4-e1f2400abfe7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-aa65b3fa-97ba-4110-9f66-818b0473b7f9) 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 {
}
