/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-09e2b91a-25ab-4ccf-b506-86b6765d2611) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fe15dcbb-b604-4082-84e4-e149a5eba3f0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a7b9da49-326b-4ddf-9bbd-e81a67814ec9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-67bc639e-5676-4b36-87af-d0a8c22424a2) 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 {
}
