/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-924e009c-1263-4582-b655-f9322179b90c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-69fe2cf3-f1c7-4386-86f4-aacb00f524bd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b07a1c45-6a3e-42fc-a0f7-bb82f9f8e325) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b6710b48-cff8-4a59-923e-b213c834386d) 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 {
}
