/* login xuzd */
.errmsg {
    color: red;
    font-weight: bold;
}


/* 列表加载进来时的遮罩样式 */
.loading_masking{
	display: none;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	/*background: #000;
	opacity: 0.3;
	filter: alpha(opacity:30);*/
	left: 0;
	top: 0;
}
.loading_masking_img{
    display:none;
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 50%;
	width: 80px;
	margin-top: -40px;
	margin-left: -40px;
}