/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a260bd52-95f0-4f43-85b7-5227f17a5552) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cac04475-2605-4d67-b0bf-b75ad6b2e821) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-48418809-90ac-4b85-9d4f-3f0fcd7d275d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b96302cb-0a79-4c63-9628-64d2a0a7247b) 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 {
}
