/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fe6a7397-0cc7-40a0-b49e-5bce2308adf0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-55d91aaa-97ab-4c4d-97df-c740759ce560) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a610582a-8b46-4cfb-8147-7fc46e68f002) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-762a5695-92bb-4aea-9d95-9463b54aa2b4) 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 {
}
