/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-58c5fea4-8f33-42e4-a305-c680fff44ec4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c76cc137-103f-4377-b687-99ca61ad6a28) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a54f8653-fad2-4b03-b1d2-5956292701a8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-645992b4-95c0-4672-b872-39004bbde884) 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 {
}
