/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f1c4d3de-9c6c-4049-bb1f-a59119dda870) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e4aa5d7d-47f2-4f48-b9ea-fc69bfb16a18) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-47b70ccd-ae9a-4ad0-9afb-81674a46b4fc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b3d78cd-7556-4f12-b4b3-500c28f12b78) 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 {
}
