/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7d6072e8-472c-402f-95f5-317e3d513478) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-94a72445-a1a8-44ee-9a53-3eb2c1d693f7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-76aa6bae-56fa-4884-a477-395a627a6165) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5ab493de-b9f4-4e00-86b6-7bdfdd8e0058) 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 {
}
