/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-16a4cff8-51ff-49ba-83a6-1e7d2e462077) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-897bb611-c2a5-4577-874c-5bd8ebd53410) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-841ae685-a669-4965-bbd6-1fb7da1718ff) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-62a7f646-5d19-4622-9216-3f74b5a1eef5) 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 {
}
