/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-922e3641-0e08-4182-813c-d6242135ba43) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf3dcdc4-6cfb-4ffd-8c1e-a2eed37f5b98) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-26e8c1b3-9816-4538-ab74-df3d32e5cbe8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-69b7eebb-b03d-4d0a-9d62-a3edd94d459d) 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 {
}
