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:50000000;  color:#FFF 
}  
#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
z-index:51000000;  
padding: 0;  
font-size:13px; /*background:rgba(255,255, 255, 0.9)*/
width: 50%;
}  
#popupContact, #popupContact a {color:#FFF!important; font-size:20px; line-height:26px}
#popupContact h3 {color:#FFF!important; font-size:40px; line-height:42px; padding:10px 0; margin:0}
#popupContact h3, #popupContact p { margin:15px}
#popupContact a:hover {color:#FFF!important}
 
a#popupContactClose{  
background: none repeat scroll 0 0 #00A2CA;
    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:#000000}
#button{  
text-align:center;  
margin:100px;  
} 