/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-806c0d47-1f2a-4efb-b154-71e96b75139d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-672db147-40a3-4527-96da-78053a28be50) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fa9bc493-6bb8-4620-a9f4-cde58ecbfd87) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ee7e416a-a796-40ff-9379-4727c46f14a9) 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 {
}
