/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-423ab229-3e79-4e11-94f2-2ab158b47f60) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b12d1a2d-9c51-4d72-ad80-736928a12c91) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-17770cce-d200-42b7-ae66-c3d9604d76ad) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-41185ab3-2ac8-42d0-a3b5-e2b76fd97d05) 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 {
}
