/* Ajax */
#indicator {
	top:2px; 
	left:2px; 
	width:90px;  
	padding:2px; 
	font-weight:bold; 
	color:#fff;
	background-color: red;
	border:1px solid #fff;
	position:fixed;
	z-index:10010;
	text-align: center;
	display: none;
}