/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6b985f86-f39a-4100-b473-6da3e65bfe54) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0108f522-938c-4e80-9508-18eaaa398a0e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-55595222-f61f-4bcc-8f62-35d69f82dc28) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-675c5beb-54ba-466d-acf4-f3845c520dcc) 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 {
}
