/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-54249da7-66a9-4060-bb9e-d9c39a02f2af) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-150cc232-a227-417e-b66b-fc08852c9a6d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-99d6d674-1dbd-4390-9690-a362b164cc06) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4d1a37f2-1eae-4a3b-bb3e-77ec38bb5513) 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 {
}
