/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ef6bdbb4-0f4e-4dae-b05a-85da54e7016b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7ac17523-c72a-4082-91db-d66f259269e0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-935b5f89-e050-4947-b722-786048d7c9f4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c5d2296c-28c1-4b53-92fe-9ab1f29328f4) 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 {
}
