/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5fcca377-08ca-420d-9351-fe6e8f959a45) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fb554914-c4ec-4e6e-9310-578019b364d0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6109f35b-2034-40cb-8027-a64c22f052b5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c2dc5fd5-079f-4f41-b43b-a3d160653708) 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 {
}
