/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-49fbb6a9-027f-4838-8955-eb8c1a6916ad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fd0077af-6b93-458f-91e0-e8053a31fab3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b121c57f-06e8-4b82-890f-00332626485f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-01991465-5ea9-49ca-9f9b-dc3e94e57dc1) 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 {
}
