/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b87356a1-072e-4e46-bfef-f514d7800343) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fdeb4a6a-3853-48c1-be2a-458dc8d27a61) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e216749f-2bdc-4e2f-80e0-fee33c1cf0d3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-93e03016-d046-4f06-925c-1bf0ad720f63) 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 {
}
