/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af3a3b68-fe65-4871-a52b-dfa093d196b2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7057e059-4f44-4b6a-a374-ee2ab523c388) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f2039b27-c660-412e-a5eb-385f1b668084) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-82f26050-206e-4612-be03-266ce488fbc5) 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 {
}
