/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cd6110b6-6e79-45ce-bf9e-30b3bf423ed9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8544ad17-e7f4-4542-b208-970432992f98) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-468efc34-0176-47e8-8fb2-059b447c441a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9546e095-9a16-4eb5-9df5-0ebdd53b05e0) 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 {
}
