/*Overlay*/
#bodyOverlay {
	  background-color: #000;
	  opacity: 0.8;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  filter:alpha(opacity=80);
	  z-index: 1000;
}
#loadingIcon{
	left: 100px;
	top:100px;
	position: absolute;
	visibility: hidden;
	text-align:center;
	color:#CCCCCC;
	font-family: tahoma;
	font-size:12px;
	z-index: 1000;

}
#loadingIcon .loadinback{
	background:#dce3f4 repeat;	
	width:400px; 
	height:270px; 
	padding:0px; 
	color:#000; 
	text-align: left;
	border-top:0px solid #9ea9c4;
	border-left:1px solid #9ea9c4;
	border-bottom:1px solid #9ea9c4;
	border-right:1px solid #9ea9c4;
	z-index: 1000;
}

#loadingIcon .loadinclose{
	text-align:right; 
	width:100%; 
	margin-top:-25px;
	margin-right:3px;
	z-index: 1000; 	
}

#loadingIcon .loadinbody{
	margin:10px;
	z-index: 1000;
}

