/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dc60ab54-ed58-46be-8bbd-b7f03804f6c8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-34b367ca-6dbc-4790-8b40-63141465378a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bd209239-5eff-4c06-9757-5b0a1aba71ae) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9bac8496-31bf-40e6-a644-ea4bd9182f1b) 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 {
}
