/* fs_ajax.css */
.fs_throbber {
	display:block;
	margin:0 auto;
	background-color:#fff !important;
	width:16px;
	top:30px;
	height:16px;
	padding:4px;
	background:#fff url(indicator.gif) no-repeat top left;
	background-position:4px 4px;
	text-indent:-999em;
	}
