#ajaxLoader{
	position:fixed;
	display:block;
	float:left;
	width: 118px;
	height:90px;
	margin:0px 0px 0px 0px;
	padding:10px 10px;
	z-index:99999999;
	background:#ECECEC;
	border-radius: 6px;
	overflow:hidden;
	text-align:center;
	box-shadow:  0px 0px 12px rgba(0,0,0,.8);
	opacity:.8;
}

#ajaxLoader img{
	position:absolute;
	top:30px;
	left:20px;
	display:block;
	float:left;
	width:100px;
	height:35px;
}

#ajaxLoader p{
	position:absolute;
	bottom:15px;
	left:10px;
	display:block;
	float:left;
	width: 118px;
	height:12px;
	text-align:center;
	color:#1573BD;
}
