/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b0e70eba-3a68-469a-b3e3-f756572e4a28) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-223c0b82-25a8-4c2c-b5eb-7bb106cb9c8a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-38d17d95-ea26-459d-b94e-77f54482612c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9974adf4-8bc9-4221-a49a-a693088562ab) 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 {
}
