/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-490ab018-bd92-4b09-97af-a615fa51d19d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-35d78178-3de5-4555-9e8e-fbfd468d3f43) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3d3b85b6-b4b6-4477-baf9-b6de3da0e67c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-87e6bf68-bc71-4919-b636-f88f5a09ebaa) 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 {
}
