/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-95eedeea-1a32-460a-a0af-0935a9de0332) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c6febf7e-27b1-41af-b120-babd39f5d939) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8245948c-dc33-402c-acc6-7228f17cb5fa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-272e16f4-8cf0-4523-ad48-3638fec01eca) 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 {
}
