.mxprogress_out {
	background: #9A9A9A;
	filter: alpha(opacity = 40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mxprogress_in {
	background: #8C8C8C;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	position: fixed;
	z-index: 10001;
	left: 0;
	top: 0;
	width: 600px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin: auto;
}

.mxprogress_in_text {
	display: block;
}

.mxprogress_in_text .span1 {
	font-family: 微软雅黑, Verdana, sans-serif, 宋体;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 2px;
	color: #fff;
}

.mxprogress_in_text .span2 {
	background: url("../images/waiting.gif") no-repeat 0 5px;
	display: inline-block;
	width: 23px;
	height: 22px;
}