/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8e4d6182-3fa3-45aa-9dc7-02501f6a2c93) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-40bfb3c3-54fb-474e-89cd-dfdcb18b85ac) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-910383f3-a469-4bf2-95c1-80eb3773b34a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c4849be2-373b-4d39-ad52-88791fb591f1) 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 {
}
