/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d8676e45-acb3-42e0-abea-22b676a97e3d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3898f259-8b39-4f69-adba-6c0eab8344be) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6e1cc83b-20d3-4a55-bcb7-44d1e1908fb0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9290c1c0-1bf6-4411-bee8-93809134b5f7) 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 {
}
