/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-68cf9507-f668-45c1-8d2a-d810b38df8aa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9bc8c61b-7a5c-4059-bf07-c11131441edb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bee68e81-a2b4-4ed7-a401-9c26b43d2c9c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f5553964-a3aa-4981-8c2c-838281421333) 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 {
}
