#log_res {
	overflow: auto;
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size:1.1em;	
	color: black;
}
 
#log_res.ajax-loading {
	//padding: 20px 0;
	background: url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat center;
}		

#log_res.ajax-good-result {
	//background:green;
}

#log_res.ajax-bad-result {
	//background:red;
}