/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-809b1783-6126-44a3-b613-73656ab700ba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ec928dba-71d8-41df-a573-84e38bcaf218) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-556d55fb-629f-4189-a060-a881490e32aa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cb372c7f-960e-4e5e-bde1-9e0fa7335767) 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 {
}
