/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-412febc0-8909-4bbd-9e9a-651975cda139) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ea4844c2-b92f-4e75-8614-dc9935dfd1a0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8d7d1978-3d94-4e6c-84c2-a4eecccb50e4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b1f1ad23-61d6-4668-b33b-9ca7b32a30a4) 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 {
}
