/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-959f6d93-a79c-4537-a2ab-98863843f89e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-47bf66e5-65b8-4b4e-abe2-13dfd593b57b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c89a4c40-0946-42fc-9b1d-998604a0ad91) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-55fbb380-1edd-4411-8719-c3d5f55ab660) 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 {
}
