/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a8341709-0add-4462-b51f-14fc241662b5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-268d6b05-3581-4900-bfa3-8e7906f3a09b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2f7df875-52f0-4553-82de-44e1b1cc7518) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-20d5a872-78de-4f7e-b0dc-d46bdb794044) 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 {
}
