@CHARSET "UTF-8";
#content {
	height:auto; 
	width:770px; 
	margin:20px auto; 
	overflow:hidden; 
	float:none; 
}
p {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#errorDiv {
	height:200px; 
	width:400px; 
	margin:6px auto; 
	overflow:hidden; 
	border: 1px solid #B3C5E3;
}
.errCod {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin:0px;
	margin-left: 10px;
	margin-right: 20px;
	line-height: 28px;
}
.errMsgBox {
	width: 100%;
	height: 70px;
}
.errMsgBox p {
	font-size: 12px;
	color: #ff0000;
	margin:0px;
	margin-left: 46px;
	margin-right: 20px;
	line-height: 22px;
}
.div_head {
	height:23px; 
	width:100%;
	background:url(.././images/blue_bg.gif);
	overflow:hidden;
	float:none;
}
.div_head span {
	height:23px;
	line-height: 23px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 4px;
}