@charset "UTF-8";


#popup{
padding-top:80px;
}




#contactdiv{

position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
 z-index: 9999;
display: none;
}


#contact{
width:680px;

background-color:white;

position: relative;
 

}

#contact{
left: 50%;
top: 50%;
margin-left:-210px;
margin-top:-255px;
}



