
#fade { 	
	position: fixed;
	z-index:1;
	visibility: hidden;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #fade { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.white_content {
	  display: none;
	  position: absolute;
	 /* width: 610px;
	  height: 705px;*/
	  padding: 3px;
	  background-color: white;
	  z-index:1002;
	  overflow: auto;
	  top:0px; 
/*	  left:150px;*/
	  left:50px;
}

.white_content1 {

	  display: none;
	  position: absolute;
	  width: 400px;
	  height: 105px;
	  padding: 3px;
	  background-color: white;
	  z-index:1002;
	  overflow: auto;
	  top:550px; 
	  opacity :0;
	  left:280px;
	  border:5px solid #000; 
}



.white_content_snap {
	  display: none;
	  position: absolute;
	  width: 560px;
	  height: 360px;
	  padding: 3px;
	  background-color: #000;
	  z-index:1002;
	  overflow: auto;
	  top:200px; 
	  left:350px;
	  border:5px solid #000; 
}
.white_content1_snap {

	  display: none;
	  position: absolute;
	  width: 400px;
	  height: 105px;
	  padding: 3px;
	  background-color: white;
	  z-index:1002;
	  overflow: auto;
	  top:550px; 
	  opacity :0;
	  left:280px;
	  border:5px solid #000; 
}

