
	#backgroundPopup{display:none;position:fixed;_position:absolute; /* hack for internet explorer 6*/height:100%;width:100%;
					 top:0;left:0;background:#000000;border:1px solid #cecece;z-index:1;}
					 
	#popupContact{display:none;position:fixed;_position:absolute; /* hack for internet explorer 6*/width:500px;
			  	  background:transparent url(../images/popup_bg.png);border:5px solid #cecece;z-index:2;padding:12px;font-size:13px;}
			  
	#popupContact h1{text-align:center;color:orange;font-size:22px;font-weight:700;border-bottom:1px dotted #D3D3D3;padding:20px}
	#popupContactClose{font-size:14px;font-weight:700;display:block;background:transparent url(../images/h_bg.png);width:100%;position:absolute;top:0;left:0;height:30px;text-align:right}
	#popup_close{display:block;width:100%;bottom:0;height:30px;width:90px;text-align:center;z-index:22}
	#popupContact p{color:white}
	#button{text-align:center;margin:100px;}
