/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-66abbcb7-0e9e-43df-8f1f-a30d132b8a02) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-657ac822-c22f-4add-97f2-6a28bcf30ab0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-71267eab-a66f-4074-9386-5379c69cb5c7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-df41a012-338d-4f09-8f45-b895798c3993) 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 {
}
