/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-55e5a1a3-a15b-4f01-b09c-0f0d66a298b2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-df83ce5c-6f56-427b-8aae-d1992936549c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-88c9d700-6351-406a-8345-64676621298f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e13738a-ca8d-4191-85e2-550800ab593c) 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 {
}
