/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3aef866e-ce9d-42fd-b54c-7b68c632e899) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a1c4920-d626-4688-8f05-6a81b178342b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2b85f68c-77e2-4f57-ac53-58ce519b35d9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3498757b-a4a5-4c4a-b667-220f64e3bac7) 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 {
}
