/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d768a303-bfdb-4660-a956-42cc822754a4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-949c882d-4383-4c0c-aaa6-1cbd4a22e69c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-27f8779d-0d82-426a-9d24-7f554c773fea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-30aec5c0-95f9-431a-b7f0-e1b346091393) 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 {
}
