/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-03b5fd4b-2f43-40d1-a565-d35624ace085) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-23542fd7-e402-4dbe-a4c6-aa2588326b4a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f6f63d30-9cc1-40a3-892e-c2ff3c550e7f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7583c878-cb27-4470-9593-8b250a5e70a6) 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 {
}
