/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b798ac46-ee71-4847-9f3b-bbe527324519) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9e5be1dc-9fb3-4b98-a338-0e952b6a70a1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c60238a7-3ff7-43aa-b096-002b06513c30) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-69355ec3-1f0e-4e92-9ae0-e30bbb227dc9) 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 {
}
