/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-44a809c0-8797-4ddd-a446-0cc394778c75) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-69ad7824-53f0-462a-b827-ac5337a14b30) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eaeac26e-5306-4246-b332-f818bfd2dacc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-372e0726-4c43-4f01-8b23-6589a9d7b48e) 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 {
}
