/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f576a2c5-33fe-45b8-9cb6-594e6bcbb1b5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e4c525fb-6f64-41c6-9757-b62fef9786e5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-64f29724-e0a5-43c6-84d1-beaa9f56e79d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9ec789c9-e1dc-4976-a864-ae0cb20e1654) 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 {
}
