@CHARSET "UTF-8";
#jquery-loader{
	border:2px black solid;
	padding-top:35px;
	background-color: white;
	text-align: center;
}
#jquery-loader-background{background-color: silver}
#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:55px;
    background-color: transparent;
    text-align: center;
    background-image: url(/application/themes/gdm/images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
 
}	
