/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9e983492-f213-4bae-b8ea-bf37bfaf3611) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7762375d-2222-4a39-91a8-853876155903) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-663df390-00ae-44cd-ab78-8765c6dc6e00) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-403fdeb6-68e4-4c73-9cf7-2215b44c99fd) 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 {
}
