@charset "utf-8";
/* CSS Document */

#popbox
{
position: absolute;
top:25%;
left:25%;
width:50%;
text-align: center;
display: none;
}

#formPopup{
background: url('/images/acousticImagery.jpg') no-repeat;
width: 854px;
height: 636px;
margin: 0 auto;
z-index:99999;
}



