/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9078232a-78f3-43fc-8a25-f97e45e8e709) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6ac34270-a52a-4246-a8f9-9def00ca1707) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8c1a55e1-2921-434a-b5a0-88824797d73a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f017b5a5-9854-498d-b579-2e17f3912080) 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 {
}
