@charset "utf-8";
/* news.css */
#newsBox {
	width: 250px;
	margin-top: 0px;
	overflow: hidden;
}

#newsBox .newsTitle {
	background: url(/images/head_box_1.png) no-repeat 0 0;
	color: #fff;
	height: 28px;
	line-height: 28px;
}

#newsBox .newsTitle p {
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
}

#newsBox .newsForm {
	font-size: 11px;
	background: url(/images/bg_loginbox.png) no-repeat bottom;
	padding: 12px;
}

#newsBox .topper {
	width: 250px;
	height: 28px;
	background: url(/images/bg_loginbox_top.png) no-repeat top;
}

#newsForm .newsText {
	font-weight: normal;
	padding: 12px;
}

#newsBox a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

#newsBox a:hover {	
	text-decoration: underline;
}

#newsBox .newsItem {
	margin-top: 12px;
}

#newsBox ul li {
	list-style: none;
	margin: 0;
}
.errMsg {
	padding-left: 6px;
        color: #990000;
        font-weight: bold;
}
