/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e956477c-4c8e-45bc-aacf-bb6bf311a63e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1a3f6b4e-cd65-4a22-bbc7-afa0e1d78439) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0de758b7-f77b-43c1-9fb7-b0855cf3a21e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4a348332-1754-4b73-9602-f8d8af3f9759) 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 {
}
