/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ff424573-1c95-484a-be9a-9f3d44917ad4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dc914b91-bd2d-4476-832a-723d55b5d905) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-da90529f-24f2-4f33-a84f-eae191e09d05) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-35c072a2-9312-4877-8e89-c7bbb6c2ce34) 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 {
}
