a { cursor:pointer}

#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
z-index:99998;  color:#FFF 
}  
#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
z-index:99999;  
padding: 0;  
font-size:13px; background:rgba(255,255, 255, 0.9)
}  
#popupContact, #popupContact a {color:#000!important; font-size:20px; line-height:26px}
#popupContact h3 {color:#000!important; font-size:40px; line-height:42px; padding:10px 0; margin:0}
#popupContact h3, #popupContact p { margin:15px}
#popupContact a:hover {color:#000!important}
 
a#popupContactClose{  
background: none repeat scroll 0 0 #9C7010;
    color: #FFF!important;
    display: block;
    font-size: 18px;
    height:40px;
    line-height: 40px;
    position: absolute;
    right:-20px;
    text-align: center;
    top: -20px; text-transform:uppercase;
    width: 40px;-moz-border-radius:25px;-webkit-border-radius:25px;border-radius:25px;
}  
a#popupContactClose:hover { color: #FFF!important; background:red}
#button{  
text-align:center;  
margin:100px;  
} 

@media screen and (max-width: 560px) {

a#popupContactClose,
#popupContact,
#backgroundPopup {display: none!important;}

}