/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-796fef08-d1a1-44e7-9f9d-0831a886414e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-586bda44-8038-42e1-ab80-c32113fc0397) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4084e285-ccef-4e68-ae02-1c2e6615dd17) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-236cd12d-f168-4f08-844b-cf425cb88a13) 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 {
}
