/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7d9c93d8-446e-4d40-a1c3-d434208328a4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4c7781c1-463e-465c-9726-82f5f5a4ae48) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a6b27854-cfb4-4abc-9597-1ed00ed48680) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-21215082-21e6-4253-8439-7961be7a3464) 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 {
}
