/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-65cd7625-c753-4635-8f34-0785429436ae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e49bfacc-1e53-4243-afe6-3175e872b1bb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-df189ef8-a9ef-4981-824e-e3ba887ba7d6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b6143f6b-3014-4bd9-ba7a-8e5dfa9b87c4) 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 {
}
