/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5a174db0-0578-4bf2-8d75-6aa7f0df8e25) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-179cc21e-26ad-4ff5-bd33-f248c4441d23) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a1938705-9c8f-47dd-afa4-0aa50d506d55) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c7214cd4-efa8-4322-8137-8db18d343c0d) 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 {
}
