/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a03d3afc-ced4-4023-8bcd-01ac12c2913a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a61f89ac-554b-4a27-b9a7-d969ed3ed3bd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f2febdd9-b824-495d-bda9-83eaa946faba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a70f221e-a5c7-4925-8314-1263fbdcef87) 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 {
}
