 #backgroundPopup {  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:100%;  
 width:100%;  
 top:0;  
 left:0;  
 background-color:#000000;  
 border:1px solid cecece;  
 z-index:1;  
 }  
 #popupContact {  
	 display:none;  
	 position:fixed;  
	 _position:absolute; /* hack for internet explorer 6*/  
	// height:338px;  
	 //width:700px;  
	 //background:url(/images/popup.png) 5px 0 no-repeat; 
	 border:none;  
	 z-index:2000;  
	// padding:12px;  
	 font-size:12px;  
 }  
 #popupContact div {
	text-align:left;
	color:#820f21;
	width:450px;
	margin:22px 20px 20px 20px;
 	padding:0;
	overflow:hidden;
 	
 }
 #popupContact p {
 	margin:0 auto;
}
 #popupContact,#popupHelp h1 {  
 text-align:left;  
 color:#fff;  
 font-size:16px;
 font-weight:700;  
 border-bottom:1px dotted D3D3D3;  
 padding-bottom:2px;  
 margin-bottom:20px;
 margin-top:5px;
 }  
 #popupContact,#popupHelp strong {
 	margin:5px;
}
 #popupHelp h1 {
 	font-size:22px;  
 	color:#820f21;
 	border-bottom:1px dotted black;
}
 .popupClose {  
 font-size:18px;  
 line-height:14px;  
 right:10px;  
 top:7px;  
 position:absolute;  
 color:#fff;  
 font-weight:700;  
 display:block;
 cursor:pointer;
 }
#popupHelp .popupClose {
 	color:#820f21;
 	right:20px;
 	font-size:20px;
}
#popupHelp {  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 width:450px;  
 background-color:#fff; 
 border:2px solid cecece;  
 z-index:2;  
 padding:12px;  
 font-size:13px;  
 -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
 }   
 div.infoBlock {
 	width:95%;
 	display:block;
 	margin:10px auto 10px auto;
 	border: 1px dashed #820f21;
 	padding:5px;
 	cursor:pointer;
}

#popupHelp b {
	color:#820f21;

}
<!--[if IE]>
<style>

#popupContact p {
	padding-top:15px;
}



</style>
<![EndIf]-->
