/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5aedfcc3-2338-4235-9e42-b64bcb34c27b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e308d08c-6a53-488e-8e25-e5881f135e45) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9686fbdc-8cad-4023-bbb0-a69d6c9e42ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e5c31b5-ea15-4417-a326-f892c54f4648) 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 {
}
