/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-62a609fd-19ce-4bd8-9680-757d6d4a06b4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c900db2f-facf-4c28-bce8-76e333f1d910) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7cae3e5a-97d2-44f0-8887-2ab88d28afee) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6304ee73-43bd-42e7-b815-4c98d21bbb59) 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 {
}
