/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2a8db043-89b6-47cc-a5cb-f47fd8b39fd0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0e877881-3196-4f38-8d4a-c978ff61687f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1a28d3ea-3b24-49bc-8d48-3d6246ef16ce) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ef0a8dcb-a743-4f6a-8b84-a7d50a07fad4) 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 {
}
