/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-331045b4-5b0c-404c-900d-1590e106d248) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c7bfcb14-075f-452f-a2ac-39638e3399da) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1a97b0e4-a15a-422e-94da-56364f977924) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-923dc9e9-4d05-4570-9310-8924d00f3c78) 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 {
}
