/* CSS Document */
.Error, .Warning, .Notice, .Debug{
	background-color:#EEE;
	margin:5px;
	padding:5px;
}
.Error{
	border:dotted 2px #900;
	font-weight:bold;
	color:#900;
}
.Warning{
	border:dotted 2px #C60;
	color:#C60;
}
.Notice{
	border:dotted 1px #090;
	color:#090;
}
.Debug{
	border:dashed 1px #009;
	font-weight:bold;
	color:#009;
}