/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f0b16496-aa44-4a94-b448-800d08370d03) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2e0d8c86-0544-4fad-a085-1b52ac83d9be) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b507a783-e46f-4558-a19e-c8ece73ab856) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-693c80a2-08a6-46a6-8f3a-123089bec6cb) 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 {
}
