/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e50c6b14-597f-4e13-8309-3f4fd72a9078) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-05eacb31-085b-4447-b9e0-6b65452578c2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ca15b64a-806c-424e-9625-fa9ce6511b52) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-72e429ad-b4ab-476b-9a10-5188d012c7f8) 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 {
}
