/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aa1c7f14-2fa0-4246-bbff-2cb86df18496) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e3e16082-cef3-46f1-98f3-135a96f05300) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4d6310f9-2fae-4b70-a06d-e27c3d138280) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-21b421d3-70a5-42f0-856d-f6d29252e4f0) 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 {
}
