/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-14e88823-f517-4f37-9c7d-e7a9f4c523b1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-79e91180-18c1-4a37-9748-da4bda8d40f3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e1355877-35c4-4ae3-afe5-960621b99bc9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ec2728b6-2f52-41cc-a144-b28ad6813680) 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 {
}
