/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1b631af0-c412-4282-bb96-49226341bf99) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f102e428-a315-493e-8d63-16e157af1f8e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-831b49db-1621-4d32-97ba-241527e1701f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f6b27964-4f78-4610-a3f1-8ae9d47ab9aa) 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 {
}
