/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-19c46c25-5692-4582-9362-3f2244eefbec) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1b1792bc-1716-4656-b47d-66bc92975d05) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9d3483cf-65d4-4894-a1e3-67ee5fe65c43) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7898d2f7-f14c-4c8c-9d6b-481bb4b5a4e4) 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 {
}
