/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f32a2b39-dad9-484d-af42-a0023422066a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b3568375-d760-4cb4-8b81-39c3aa74d868) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7272f278-d3e2-4b3d-ae3e-0efe68b65ff8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e3b96356-f50b-4c53-98c5-f8b3a8591404) 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 {
}
