/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1a0285ed-206a-4cc9-9111-66564c144fa0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0a973f62-ed7d-473d-a1d6-64ecf09bf48f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-74e1493e-fa34-4426-83f6-efaa7d12fd8f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d3b467b0-1acf-4ce8-980f-0184e27010d7) 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 {
}
