/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a6db9090-670b-4242-9acb-353b3d0275c7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3ab3daeb-1b01-4a49-83b0-259e325b4a78) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5631072e-e415-49fd-a7e5-2cb4f8975ba5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fc211305-ef53-477a-9e50-d916356c2f7f) 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 {
}
