/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a1c01374-ae22-4404-b7cc-f0152dd80160) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6c98fce5-7f21-4a71-ad13-e995d843c114) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bc9bbb13-374a-4224-bc1f-125cf7d4d0a8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-00e314ce-5f38-4255-b78c-820b479c0517) 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 {
}
