/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0af7fb85-8385-4162-bf54-adda7a04c587) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-142b5f6f-f930-40fe-94cc-ab1049fe2f1d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-773d19e6-e379-4969-b389-d4fe81eabc96) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-239f8c62-77e7-4998-a123-9290a547b523) 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 {
}
