/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8c7f2ce8-61c8-4a5b-b594-37f6da6e328b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8cb8ecd5-7162-4f33-b71c-7522866f0bcb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7945e7be-2437-4612-9cfd-b60f4cf59f6f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1b25ad2a-eed2-475b-95fc-d54f8dfe489c) 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 {
}
