/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a006db9c-adcc-455b-9772-8c2a43527d20) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a4bee04c-3342-4048-94f1-022e2c09d152) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-28a7dfe9-fa9a-4799-b39f-cfe80ac25fa2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c1eae11e-a2ac-48c3-9322-9b3f46336945) 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 {
}
