/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4725b5c2-6631-481d-a9de-cc982c4fdbe0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-062bd950-b40a-408b-919a-97ddc80b521e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-94e4820a-2099-4db9-92c9-5d666da65e77) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a84c9af0-2a9d-4143-9113-c7aecf441ab3) 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 {
}
