 .black_overlay{
     display: none;
     position: absolute;
     top: 0px;
     left: 0px;
	 bottom:0px;
     width: 100%;
     height:100%;
     background-color: black;
     z-index:3001;
     -moz-opacity: 0.8;
     opacity:.80;
     filter: alpha(opacity=80);
	 overflow:none;
}
.white_content {
     display: none;
     position: absolute;
     margin-top: 40px;
     width: 802px;
     height: 560px;
     padding: 0px;
     border: 14px solid #000;
     background-color: white;
     z-index:3002;
}

.white_content_geoLocation {
     display: none;
     position: absolute;
     margin-top: 40px;
     margin-left: 210px;
     width: 400px;
     height: 300px;
     padding: 0px;
     border: 14px solid #000;
     background-color: white;
     z-index:3002;
}

.closeBtnFlash { width:24px; height:24px; position:absolute; z-index:3008; margin-top:34px; margin-left:814px; display:none;}
.closeBtnFlash_geoLoation {

	 width:24px;
	 height:24px;
	 position:absolute;
	 z-index:3008;
	 margin-top:34px;
	 margin-left:620px;
	 display:none;

}
.closeBtnFlash img { width:24px; height:24px;}
/*
* html .closeBtnFlash { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='./../website/images/close.png');}
.closeBtnFlash[class] {background:url(../../images/website/close.png) no-repeat left top;}


.closeBtnFlashH { width:24px; height:24px; position:absolute; z-index:3008; margin-top:34px; margin-left:814px; display:none;}
.closeBtnFlashH img { width:24px; height:24px;}

* html .closeBtnFlashH { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='./images/website/close.png');}
.closeBtnFlash {background:url(../../images/website/close.gif) no-repeat left top;}
*/
