/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9043a150-2a2b-476c-bd2f-a581019ed0e8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-403be28e-7f38-44c9-8ad4-20997bbf0bda) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-16d6e68c-ad4a-47de-a607-7f4afb90963b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c405778a-817b-4c80-89b8-b42cf4ec484f) 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 {
}
