/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5e0afdf2-9a13-46e8-ae6f-99b7255c9345) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1f088d5e-9802-4872-964f-05d49687e129) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6507cbc3-7627-410b-a839-587aa0b15f8e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2bc83b9f-cf97-4f8a-9ea3-752e2fef5e9a) 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 {
}
