/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-278d8e18-5417-43e1-9649-55e75445ffac) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-86a1d1af-2100-45e5-bedb-21f5e22b56e8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3d308ca2-5dfb-443a-8ab5-295fa85400e5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-babc1952-3ada-4c4c-8175-3e343080a009) 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 {
}
