/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-68f60e51-358d-4ab5-8a80-02bdc0c021e7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-54b5e8de-55a8-49c4-b543-3b467054d614) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5677faed-215d-4b22-8aac-0b69f67b77df) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-36cb107b-0b05-46c8-9a4b-fe09d471599d) 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 {
}
