.msg_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 710px;
}
.msg_head {
	font:font: 14px arial;   
	color: #f98700;
	font-weight:bold;
	line-height:16px;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
}

.msg_head:hover {
	text-decoration:none;	
}

.msg_head .subhead{
	margin-left:30px;
}



.msg_body {
	font:12px Arial, Helvetica, sans-serif; 
	padding: 5px 10px 15px;
	margin-bottom:10px;
}

.msg_body .subbody{
	margin-left:30px;
}