/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e74b1518-5662-4458-bd72-17d694bf75e5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8546c425-fa82-4db3-ab60-12bcb11e3bff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-698ef636-b71d-4e88-8107-d110e5a05c23) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7975bb2c-5958-4e5e-91fa-07c064405aa4) 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 {
}
