div.fatal, div.error, div.warning, div.notice, div.log {
	margin-bottom: 3px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: bold;
}
div.fatal {
	border: 1px solid #991408; 
	background: #D61408;
	color: #FFF;
}
div.error {
	border: 1px solid #F76F35; 
	background: #FFAB68;
}
div.warning{
	border: 1px solid #F7C74C; 
	background:#F7E479;
}
div.notice{
	border: 1px solid #A7BB5D; 
	background: #DEEB8D;
}
div.log{
	border: 1px solid #C4C4C4; 
	background:#EEEEEE;
}

