/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4d02c522-c695-46f2-848b-56341e4eac15) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-660d3249-20fe-4609-b985-bc47813c69ef) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-074c6a75-9c56-4ca5-8997-0fafd590d5e0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-26b12ac9-96b6-4431-8dfb-f3e82b794c24) 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 {
}
