/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-82fa588b-37dc-47fc-8e50-d9cadced921c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-76321640-2b81-46f6-929a-9bd65e331e3d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a9948a33-b3fa-4d0c-a485-b3d87095a583) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9cb0e47d-5cbd-426b-bf02-824350d8a0df) 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 {
}
