/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-170ac152-fc52-41d6-bd2a-a825a6f58748) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b4d45892-18bb-4e0b-b646-2b6ebc14c3aa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0fb678ec-6473-44ad-a036-feec226b19e6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-249bc506-cd8b-4e13-baf8-417af703f2f5) 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 {
}
