/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e8361ad6-0cad-460f-9ec0-4ee1dc02547b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e67fb08b-7a8e-4358-b202-61d18b1882ac) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-de31437c-f45c-4178-ab52-421a5c102179) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4df95ed6-4137-4fd1-96db-8ff3f3ea21d1) 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 {
}
