
#container .news-title-div{
	width:220px;
  overflow:hidden; 
  white-space:nowrap;
  word-break:keep-all;
  text-overflow:ellipsis; 
}	
.message-list-01 {
	float: left;
	width: 370px;
}

.message-list-01 h3 {
	width: 70px; 
	font: bold 1.2em Tahoma;
}

.message-list-01 p {
	font: bold 1.2em Tahoma;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

.message-list-01 a {
	padding-right: 0em;
}

