/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7ac19a89-14c2-4256-aafd-ce73ebf8e318) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-76e89b9b-a5cd-4af3-a27f-9a229e250be6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-811a922d-544a-4834-8a6a-74fbfb56646d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5b444501-fce5-4523-bc79-22fbd36f9ec5) 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 {
}
