/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1cd9c2d0-9659-401b-bb10-12dc4ec2ab42) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-84369100-3f97-4b1c-871f-80cc6fd17995) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f45cd14c-0990-48f8-8e3e-0bf969817f7b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-35aff8c2-3be9-40cf-a500-1eff4d47ce48) 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 {
}
