/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ee0ce96a-81b8-4036-b18d-24b12697174a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8f79e84f-d82f-4c06-abd4-d62e4ebc951e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4d3e2af4-36c9-4b38-8329-ce7c8344cb4b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b881a85f-5bc6-45e2-be99-cf7d132e9780) 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 {
}
