/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7635338a-784d-472f-b315-6592e1b32a6d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b36cf27e-e5cf-4de2-8e31-a02d2b44e642) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4345e4ce-c893-4d64-a31e-07aeca33eec2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2343a181-6d50-4dae-8cb1-36db770363fb) 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 {
}
