/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1ce12b14-ddba-4e1f-89b4-4ca5ab7fdbc7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-267a4154-f3d6-4cc1-9704-e62649ce94c1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0f82b18f-8576-4284-a545-dfe2bbbcd6f7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-095c765a-e02f-41ce-8b65-f1b56bdd22ca) 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 {
}
