/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ade1d4fc-6755-45d9-b330-a9ab52193c56) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bbd59b47-4ab5-4000-8b66-6591a77e5aad) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b7874a55-de29-44c5-ba8c-a186a543d858) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-99c23a56-4691-4925-b110-8291ad13305d) 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 {
}
