/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-718cf2fb-136c-4a5f-bad1-a1d640092da6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a7471253-6348-433c-815f-112286e15c80) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f16d04f0-7fc6-4cfd-b9ec-62a1e654ab41) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-60d6a849-f94e-4fc3-82e8-b63d4ee6d672) 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 {
}
