/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8d622784-4744-41cc-923d-cb427e731ed1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5b1771bc-8836-406e-9e85-f9f1e15476e7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a2735bd5-f480-4ae6-a729-5569dae9bf67) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0a451003-3b2a-4d81-bbb2-b703bca37499) 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 {
}
