@CHARSET "UTF-8";
#jquery-loader{
	border:1px solid grey;
	padding-top:35px;
	background-color: transparent;
	text-align:center;
	vertical-align:bottom;
	color:Black;
	background-image: url(../images/ajax_loader.gif);
	background-position: center top;
	background-repeat: no-repeat;
    line-height:300px;
    height:200px!important;
    width:300px !important;
    background-color:whitesmoke;
    font-size:12px;
}

#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:35px;
	background-color: transparent;
	text-align: center;
	background-image: url(../images/ajax_loader.gif);
	background-position: center center;
	background-repeat: no-repeat;

}