/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0a350833-f8aa-4e92-8d93-60256365f374) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bc886a0b-2c38-42e8-9d2b-24a17948f9cb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-99a0c002-c813-40e5-91b2-ec8e1c7d6049) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4d85cf91-a749-46f2-a8fc-e85caa5f42ee) 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 {
}
