/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fbd64b0a-e3ee-4db3-aa67-b8453a2db548) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a0bc4318-f8a4-477e-919d-ba14774a8013) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7cb5d949-90a8-474b-9282-1283f1347286) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-becddf39-b53a-411d-8e28-80122249930d) 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 {
}
