#loading{
	width:200px;
	height:130px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align:center;
	border:1px dashed #e1e1e1;
	padding:10px;
	background-color:#fff;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
#loading .loadingMsg{
	text-align:center;
	white-space:nowrap;
	padding-top:100px;
	width:200px;
	background-image:url(../img/gif-load-blue.gif);
	background-position: center top;
	background-repeat: no-repeat;
}