/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-91d718e7-b163-4539-ba75-e3ae9a2639d8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a88e5a28-3cd7-4926-ae59-5c2565f4b351) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4d5a8e55-b974-4261-964e-9b391616c658) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-891d7774-62fd-4ed7-bd27-3a8c54879599) 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 {
}
