/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8a321e31-a2c5-48c9-9054-093f645f4486) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-48824c9b-3db6-4ea5-aa5c-a3c8aada1b71) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b02eec4d-fee7-4143-8cba-1a0dd982d4c6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b8a1c00d-6081-4243-b43c-57ce38912789) 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 {
}
