/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3204fce2-33ca-498a-8159-6028f3f2b866) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-532c19e5-012a-491c-abbc-30dd50bd6ce7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c63b67ba-f497-40b8-92e5-618449c55a7b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e94cd53-e516-493e-9e6e-f6af7771be51) 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 {
}
