/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-65cad78d-6ce8-4adf-b114-bfac664a5452) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dc4c8502-4590-4fe4-8b36-106f0ab2b500) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-71675fa0-f75c-4c7f-b098-6b574798de77) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-779964d9-2d4c-48e5-a7e0-d55d3089bb9b) 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 {
}
