/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5ea11e41-9dfb-4661-9b52-33635a01c089) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-04a11943-4475-4861-b73f-ed24209e71cb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9e6b2a71-14a3-4f7e-bada-23bc606013e5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-69b21e1e-2cc3-4bac-b427-978f256f0db7) 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 {
}
