/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3eba61d2-77fd-4780-aeec-4f187f299531) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bc926cdf-60e0-43d7-a849-e32cb9c729ae) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-207d2188-8242-4e34-bf28-adadf8185d70) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-20863fda-c6e2-4050-b408-2e2708d600d0) 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 {
}
