/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-095bd001-a096-4d7d-b143-df444c99f6a6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-255b4139-b68d-4bb8-99c7-905a58044d77) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b8901209-2cd1-47f1-b8c2-213171035464) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3f757eae-c043-452d-8953-d079bcb994be) 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 {
}
