/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eb575315-53e8-4a7a-ab99-03db6efc8b54) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d14f592c-7d40-4c15-b282-ebac8818cfd6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-64d0cfb3-7ec3-44c8-8055-fd04435797ef) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e3713dff-fc80-42a1-8e23-e14b443821b3) 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 {
}
