/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0a184e50-74aa-4912-bb17-49ecda014e3c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ff4fd92f-0565-46c3-86b0-f0546b7fc66c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f48f48e2-d0ac-4273-a75f-5c508c5dced7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9251d6a3-7ccd-44f0-af92-5fa83f627c60) 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 {
}
