/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-06931f9c-a25a-4488-b9f7-c0ebe0125bd9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-023d1ac2-4401-4ebe-8d7b-60a2f4bfeee6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-697cbe21-252a-48cf-bc94-c7311902579b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6b9ce14c-9f0e-4038-82c7-12a14ea8561d) 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 {
}
