/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-384d3f3a-7d33-4ee5-ac53-0d8a3f43de2a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2987c6d8-2e54-4260-bcb4-3d807b90c7bd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-52e83038-a404-403f-8e12-cbe89a36f437) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dabb8a40-d36c-43c0-8b82-196f87778766) 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 {
}
