/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-472d3c4b-1aff-4b85-a76e-197070a7a9e2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f4044ac2-7e3f-486c-ac7c-a8b9860b15d2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-84468229-4169-4885-9a64-5e5cf4f1f101) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a047fe5a-53aa-4f8f-ab49-a9ccb349cc6e) 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 {
}
