/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9cb262fc-30e8-45b3-8d20-b23ba4af4208) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8b849458-12ee-4081-82d1-3d1ef2c99de5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6861aef8-9ef8-46fb-a722-27bb1a5d3577) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c9b79489-cba0-4aea-ad42-8a95f2783ca7) 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 {
}
