/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-01052b72-1825-4fb7-9864-bfb80ca63559) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bde59881-7ee0-47db-b40b-841307c2be4e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aa2a6fe0-673f-4658-8231-c2b7b866635e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c86620e2-d4a6-49ce-b707-a5e447cc7a02) 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 {
}
