/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-15c8f182-327a-4fea-9e20-9bdb9cf1d807) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ce6535cf-e605-455b-b1fd-fc148bdeb5f3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3a23b09d-1841-4568-91b2-ded0dfddb090) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2f053c10-6c48-48bc-ae41-0786e8d0757e) 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 {
}
