/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-547d71ac-6188-4ef0-bd1f-aedc1fff3c97) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a190772c-207e-4490-a261-f8e6bb2c1c83) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c39f696a-5676-4391-ada0-e70745b547d8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b967d851-68f8-4342-9765-3f4b7be3662d) 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 {
}
