/*z-index:100;**/
.forbid {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 100;  
	width: 100%;
	height: 100%; 
	background: #000;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}
.wait-layer{ 
	position: fixed;
	top:0;
	left: 0;
	z-index: 101; 
	width: 100%;
	height: 100%;
}
.wait-layer .container{
	width:100%;
	height:100%;
	vertical-align: middle;	
}
.wait-layer .loading{
	position:absolute;
	top:40%;
	left:50%;
	margin-left: -100px;
	width: 200px;
}
.loading  {
	padding-left: 30px;
	line-height: 30px;
	background-size: 24px 24px;
	background: #fff url("../../img/core/load_red.gif") no-repeat;
	background-position: 5px center;
	text-align: left; 
	border: 1px solid #ccc;
	color: #333;
	>height: 30px;
}
.ui-table .loading,.loading.no-bord{
	border:0 none;
}
#winlayer {
	position: fixed;
	z-index: 0; top : 0;
	left: 0;
	margin: 0;
	padding-bottom: 10%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}