#loading{
	border:1px dashed #999;
	padding:15px;
	position: fixed;
	top:45%;
	left:45%;
	margin:auto;
	background-color:#FFF;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#loading .loadingMsg{
	text-align:center;
	padding-top:100px;
	width:100px;
	background-image:url(../img/gif-load-blue.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "CI"!important;
}