/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f5fac0b0-d26e-45ff-87d7-c784787467ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8f6286ef-b1cf-4554-bea2-4ed293ca2a7f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-29bd9d99-dfab-4bbc-a490-750a13eb3f4f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5e94a976-6b16-4369-87df-8caf3556c14a) 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 {
}
