/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9121fc5d-673f-420a-82b7-4b3d3057c19e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-404b597f-2be8-4c2a-867e-77a60fa30d2a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-71362860-77bb-4dce-9e42-a942a73a05ee) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4e5e49c0-98ab-4036-aa19-c37a9e4e8fe9) 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 {
}
