/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b9ac5e9-993c-4ed8-a104-52aa749c893c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cd7fec76-9e49-43e7-8241-2766c452c95c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-07599aca-faf6-41d1-a6e8-c12845bc8eb9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-86422c7b-d225-4585-b045-03b9079480c2) 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 {
}
