/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c77bc97b-f23d-4efc-8d2d-f49e73d8e0a9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e7d478bc-5cf9-47a2-a5ea-d723119e6dba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6c59ee8a-98b2-44c1-968c-79f6abcba1f5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-947b881d-0430-47fc-a513-920a6f6a1161) 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 {
}
