/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b29bd67e-408b-4ab1-a7a1-e8c8b315d955) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2c2de3c4-e65a-42e7-8978-18d5bc78142e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8eb4a720-f0d8-493e-816d-5402b4fafa96) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-833dd823-494c-4a6c-a7e5-25b51a8105c7) 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 {
}
