/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4cea7786-bd38-45c3-b0db-0165b5a2148a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1fb2559b-0fea-4047-be50-30efdc1e2c5d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7fb72bd9-36a5-45f6-8e19-fb3fd69b70c6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-435e4fa9-a1e4-4c73-8131-4c1f44721354) 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 {
}
