/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-57d80ba1-8b10-43df-a164-61215ef3fe7f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b3550875-9473-443c-b595-a6aed76a9217) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-75aeeea7-499b-4b35-afed-815fcb3599e7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-27d9d18b-5046-422b-8043-cfa91007c94a) 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 {
}
