/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1f26d0ca-2557-4c4c-a308-1d118b9019df) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4f582a87-faba-4a06-afb5-89355a38f2d0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-becdd072-cf7a-435d-899d-454c79a7bd99) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-33693167-2f64-4143-9d5d-020eeb132538) 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 {
}
