.blockfone{
	background-image: none;
	position:absolute;
	top: 0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:100%;
	display:none;

}

.backfone{
        background:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
        filter: alpha(Opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6; 
	position:absolute;
	top: 0px;
	left:0px;
	width:100%;
	z-index:999;
	height:100%;
	display:none;
}
.tbl{
	width:100%;
	height:100%;	
} 
.tbltd{
	height:10%;	
}
#lot{
	width:100%;
	height:100%;	
	overflow:auto;
	border:none;
}
.divlotform{
  overflow:hidden;
  width:625px;
  height:580px;
  border-radius: 6px;
  background-color:#FCFCFC;
  z-index:15010;
  box-shadow: 0 0 10px 0 #666666;
}
.iclose{
	position:relative;
	left:-15px;
	top:35px;
	cursor:pointer;
	
	}
.icns
{
        position:relative;
	cursor:pointer;
        float: left;
        
        
}
.updw{
       
       display:none;

}
.divibankform{
  overflow:hidden;
  position:relative;
  width:380px;
  height:200px;
  border-radius: 6px;
  background-color:white;
  z-index:15015;
  box-shadow: 0 0 10px 0 #666666;
  margin: 0 auto;
  top: 200px;

}

#closeme{
  cursor:pointer;
}