div#sys_error
{
	display:block;
	
	height:auto;
	width:500px;
	
	border:#000000 1px dashed;
	
	margin:1px 0 1px 0;
	padding:5px 0;
	
	background-color:#EEEEEE;
	color:#FF0000;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	
	text-align:center;
}