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:50;  
}  
#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
z-index:51;  
padding: 0;  
font-size:13px; background:#FFF; 
}  
#popupContact, #popupContact a {color:#61151D!important}
#popupContact a:hover {color:#C92921!important}
#popupContact h3{
text-align:left;  
color:#780019;  
font-size:22px;  
padding:15px;  
line-height:25px

}  
a#popupContactClose{  
background: none repeat scroll 0 0 #EFA67D;
    color: #FFF!important;
    display: block;
    font-size: 17px;
    height: 25px;
    line-height: 21px;
    position: absolute;
    right:-12px;
    text-align: center;
    top: 2px;
    width: 25px;
	margin-top:-16px;  
}  
a#popupContactClose:hover { color: #FFF!important; background:#C92921}
#button{  
text-align:center;  
margin:100px;  
} 