/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0620a917-b8ae-47ab-ac8c-f907a7ef62af) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-55cecb0a-77db-4236-b73a-5fb097c23e33) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5fe0cb2e-e3af-42fb-ab07-731888a2f0f3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-808ad520-7db4-46c5-9c97-d5e231442214) 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 {
}
