/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ea9d7553-7a05-47ed-a7ee-69d5e89e1223) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4f584d14-6341-42c2-a965-3c22da08c691) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-74bfa816-5fc1-406e-9513-00564cc5b594) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-75e95f7f-8f15-468a-a9e1-ca99df1f9f85) 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 {
}
