/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7655e199-0fa7-4ce0-abc2-57ebf6805587) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7a7f1904-12cb-4ad3-bf61-82fcc54fae9b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-72a734b9-20da-429f-8f65-547db18c5971) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dd32b6ce-a9e3-4219-b809-88bcdd22136b) 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 {
}
