/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dc603a15-61cd-4c57-a9fe-806552ba44ce) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-af9caf3f-c502-4c1d-9c6b-eb3f2136a597) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-30f4b249-01f8-48f5-bef5-aa6585454d83) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b492b7f8-9a99-4fa3-a441-05dc20ef9ff7) 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 {
}
