#log {
	width: 100%;
	margin:auto;
	border: 0px;
	color:black;
	min-height:600px;
}
 
#log_res {
	overflow: auto;
	height:100%;
	color:black;
	width:100%;
}
 
#log_res.ajax-loading {
	background: url(../medias/commons/spinner.gif) no-repeat center;
}