/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-edfb2435-b1d5-44cc-a034-663ea166b558) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-77af1210-8dcb-4b61-8c08-f37940388f1a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0d16e8e4-8bc8-4a76-a35f-946cecd03cf1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dc2b749e-ed17-4e8d-a691-90a72f2a41b5) 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 {
}
