/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8b822f1f-06ad-4aa4-a076-d416a7af074b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-30a643f5-a0bf-4cf3-b860-97d0b34288df) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9d89a646-db41-4b77-a078-06e950fae994) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-320db740-26a0-421a-b9e3-0b6056a92a03) 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 {
}
