/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dafdea68-b151-456d-8aba-beb44ba50cfe) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bcab6ecf-371f-44bd-a896-41ec05ba1550) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5d5f034-ea1c-44cf-bcb5-36c86955e284) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-190bf539-cade-4259-9d5f-873aa092a526) 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 {
}
