@CHARSET "UTF-8";
#jquery-loader{
	border:2px black solid;
	padding-top:35px;
	background-color: white;
	text-align: center;	
}
#jquery-loader-background{
	background-color: #9c9c9c;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#jquery-loader.blue-with-image{
	border:2px #008587 solid;
	padding-top:35px;
	background-color: white;
	text-align: center;	
	background-image: url('/images/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;	
}
#jquery-loader.blue-with-image-2{
	border:none;
	padding-top:35px;
	background-color: transparent;
	text-align: center;
	background-image: url('/images/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;	
}

#jquery-loader p {
	color:white;
	text-shadow:1px 1px #666;
	font-size:15px;
}
