/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-60c2d3cd-0eb6-491f-9e8b-90b197327a2e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c1da3efe-c2e1-4371-b411-a88258b71e5d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-31604966-90a0-40c2-946b-d855fe558513) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-53856e09-ce41-4304-b682-c74bcd8a8754) 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 {
}
