/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3a41f9e8-92f2-4ff1-a5a9-c55891a513cf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9cb21380-a03a-49c0-ac9b-42062ceb9edd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0d26d01a-58b2-49de-b95b-36747c8c1c65) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0c1004c6-4d05-42e4-9450-ee52948ebfe2) 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 {
}
