/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9e698eb3-1808-4aa4-8279-2226a2dc068e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c13e57c1-76f4-4f92-a811-506498f4cd5e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-217988b2-ad62-478e-9fcf-ceeb28b96490) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a98f196b-1f4a-48aa-9b69-247d9c5496b6) 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 {
}
