/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1d462576-481b-47ea-8294-7653311bdce5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ceef4204-7342-458d-87f2-f6751706dea4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f28bf695-d132-4777-b9ce-e1804ee70c19) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bc40147a-f37a-458f-81c2-fb794dbcc2f4) 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 {
}
