/********** NEWS ******************************************************/
.newsTitle{
	margin-left:20px;
}
.newsBody{
	background:#f9f9f9;
	padding:60px;
	margin:40px auto;
	line-height: 1.8;
}
.newsList{
	background:#eee;
	padding: 20px;
	margin-bottom: 20px;
}
.newsList dl {
	background: #fff;
	padding: 10px 20px 20px;
	margin-bottom: 0;
}
.newsList dt {
	width: 120px;
	float: left;
	clear: left;
	padding: 10px;
	font-size:14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.newsList dd {
	padding: 10px;
	font-size:14px;
	border-bottom: 1px solid #eee;
}
.newsList dd span{
	float:right;
}
.newsList dd form{
	display:inline;
}