/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1aa76e04-0fb3-42a8-b130-609c669a2cc3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e6be74f5-70d5-482f-a24f-1609a8801dda) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-06a59bfd-adce-4574-9a54-61a27c6f23da) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8cf30e3c-f854-4dd0-ab24-8c2d185d7daa) 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 {
}
