#loadingDiv{
	position:absolute;left:0;width:100%;
	top:0;background:#f3f8ff;opacity:1;filter:alpha(opacity=80);z-index:10000;
}
#loadingText{
	position: absolute; cursor: wait;  top:30%; width: auto; height: 57px; line-height: 57px; padding-left: 50px; padding-right: 5px; background: #fff url(../images/loading.gif) no-repeat scroll 10px 13px; color: #696969; font-family:'Microsoft YaHei';
}