/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d0979ae0-c616-447f-8ac2-7ebae4b8d3de) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c4db5a61-7254-4732-b1a1-29033fa14a24) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-29c529d3-0cd5-4762-9c88-c3a762bd0612) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-233a78f2-a31a-44d9-ba4f-1a3e9824e6a1) 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 {
}
