  #surveyPopup {
      z-index: 9999;
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
background-color:#c4c0c0;
overflow:auto
}
/*img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}*/
div#popupContent {
position:absolute;
/*opacity:.95;*/
left:45%;
top:17%;
margin-left:-202px;
font-family:'Raleway',sans-serif
}
div#content  {
max-width:90%;
min-width:80%;
opacity:1;
padding:10px 50px;
border:2px solid gray;
border-radius:10px;
font-family:raleway;
background-color:#fff;
    opacity:100;
    filter: alpha(opacity=100);
}







          
        