/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2f7017df-1e4a-47f3-a0fe-735a9dc4019e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a5d39d06-9656-4e50-a5b0-f0493237c7c4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-126c5746-7c62-42a4-b650-6a5fabb717b9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1ba3c8ad-c62c-404a-b7a3-1342284e2307) 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 {
}
