/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e2bbc7a1-28e7-41a9-b7b1-53b391608191) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-756b188b-cdf3-41bf-b096-e91da6421b68) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8aad184f-5e46-4b35-b701-edc9a7822385) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-23384df8-819a-4f9c-8429-a6bb2585cc86) 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 {
}
