/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f59acc0b-8ab3-4b28-be68-a7ae2c3e0a1e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-08927066-42dd-41ce-9c24-a52c7db8c374) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bcebc54c-1002-4f47-9b29-7e37d586dbf8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-620b6b55-729f-468b-a9be-328132b7470d) 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 {
}
