﻿ /* 表单提交加载等待 */
#ajaxloading{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10000000000;
	/* background: rgba(255,255,255,0.8); */
}
#ajaxloading #loadtext{
	width: 94px;
	height: 94px;
	padding: 8px 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -55px;
	text-align: center;
	font-size: 14px;
	z-index: 1000001;
	border-radius: 5px;
	background: rgba(0,0,0,0.8);
}
#ajaxloading #loadtext p{
	margin-top: 0px;
	color: #fff;
}
#ajaxloading #loadtext img{
	width: 60px;
	height: 60px;
}