/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-57a159e0-2e49-43f8-9393-2d6b2e853889) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a83638bb-6cf6-4dc9-84f8-1ef08ab3dc69) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-734a5f56-d002-4d23-95ac-537f026f949b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-166694d0-1392-4144-b3c3-da7dc3a74fae) 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 {
}
