/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f3df8ad7-a85e-4dbd-855f-2cb2b8470597) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c624a526-0d7d-4d84-a633-c85efe2107d7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c287b6b4-78b9-4684-8c9b-dc7c454ace78) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-718f19cf-b4f2-4a2b-a5b4-fa8317e58df3) 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 {
}
