/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3fe54956-4f7f-414d-9c69-7bfa7c5f6581) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9ccca915-f3c8-4d23-9478-be7133823aa9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ac9f888e-a078-42f5-936e-8b1c912ca0da) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a81d6738-11f0-4542-a22c-115e5091eac3) 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 {
}
