/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-606c0174-77a3-4c75-b718-200049855437) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b20d4e2e-afda-4297-8a4d-5b51a45fe8ec) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aa0d0788-e963-4075-97ce-e5af6d0abf6b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a762eced-5da6-41f8-9ee2-0f17ce689185) 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 {
}
