/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3f998fff-9a52-4c64-b072-de81235444f8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3bd63105-1398-4857-89b4-b820cff487ae) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5a09405-29a1-4258-9a36-327cb84e3f61) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a12713f0-89f2-4cee-8be9-c52390896d0a) 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 {
}
