/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ed2d5bcc-2b1d-48fd-b5fa-18fd371d26ef) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3a77039a-4fa4-4867-a917-3b4241956fce) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-09f26a15-ff70-418e-bc54-fc29e1ba931c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2bb447fe-496d-4b08-960b-4a3a2dcef864) 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 {
}
