/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-50c1cbb6-657f-4064-90fa-cab139a3fcc3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-02a1331f-24d1-4188-99c2-ad37029f45f1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e6de7769-9500-4d10-9bd6-a9420af2af6e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-30a401d8-c287-486f-a6ac-015c3c593eb0) 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 {
}
