/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-00e79dfd-665f-4b07-a823-0674c2f6bed2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d38cbfa3-734d-469c-b746-c66a743dd42a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3c538be6-9238-4ea5-a25c-d4830111ac89) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8705c59d-ed1a-423b-a2fe-248f7219c159) 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 {
}
