/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-208c83f4-f784-44a4-91f8-4668dbb2d8ec) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c271a807-089f-4da2-a331-b7142e6a437b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7564a157-dedd-4cdd-a739-f9b7a32c97f3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-083e7068-ffea-4272-a7f6-4ce393b092ee) 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 {
}
