/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-33ddc6e3-077d-41c1-89bd-c5f9741f7662) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba39af19-b1b3-40a5-9526-f59cbe553312) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0ca3478f-a421-42af-8b85-20d1d476d8c6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d746c8a4-b804-470a-ac47-b407e643c520) 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 {
}
