#fade {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.75;
	opacity: .75;
	filter: alpha(opacity = 75);
}

.loading {  
	color: #4292DF;
	font-weight: bold;
	position: fixed;
	top: 44%;
	left: 44%;
	width: 150px;
	height: 110px;
	padding: 16px;
	border: 1px solid #4292DF;
	background-color: #ffffff;
	z-index: 1002;
	text-align:center;
}

