/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3e5e51b9-ec2c-4587-90c3-09726d2e514c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-17839cc5-e0b6-410b-b293-4a0fdf263f1d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7029238-2bce-4049-8694-0ca355ab43ea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-412b8ae2-1cc3-4007-a248-be6b9cef68a6) 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 {
}
