/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-16a0ef56-eba5-48dc-91bf-76352ec83294) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-343c7e0b-fa5e-4a56-ab30-74d90ab7d753) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c9a26247-4b83-4aea-b1b5-9310fec75d7c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cd0a3a52-2225-4291-9f72-f59df67e95d1) 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 {
}
