/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d8a51d30-f4fe-432a-9048-eab006d5517f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c05961b6-98ee-4c6c-bd97-7cff24bd4935) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-423829fb-68bf-4724-8dcc-0757f0b5a96e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eafb43ac-bf05-4c0a-a822-95e6f2ed9419) 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 {
}
