/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-55cd93dd-6fcb-455d-a28f-be844be40faa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-73d655a6-a3bb-4e6e-b2cb-2891ece2492b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b4755916-81f1-49b1-9113-c33b0000a00c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-119a2d0a-4bb6-426a-a5f0-8c3db051cc80) 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 {
}
