body{
color:#555;
font:normal 62.5%  Arial, "Helvetica Neue", Helvetica, sans-serif;
background:#f5f4f1;
behavior:url(/csshover.htc); /* so stupid IE gets pseudoclass hover, this doesnt validate, sorry*/
}

#SystemMessage{
	clear:both;
	background:#ffffe0;
	border:2px solid #fec400;
	padding:10px 20px;
	color:#000;
	margin:10px auto;
	width:710px;
}

#SystemMessage h3{
font-size:1.2em;
padding-bottom:5px;
border-bottom:1px solid #fef1b5;}

#AjaxSystemMessage{
	clear:both;
	background:#ffffe0;
	border:2px solid #fec400;
	padding:10px 20px;
	color:#000;
	margin:10px auto;
	width:640px;
}

#AjaxSystemMessage h3{
font-size:1.2em;
padding-bottom:5px;
border-bottom:1px solid #fef1b5;}
