.msg_list {
	WIDTH: 100%;
	float: left;
}
.msg_head {
	CURSOR: pointer;
	width: 98%;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin: 0px;
	padding-left: 2%;
	padding-top: 8px;
	background-color: #4CA63F;
	padding-bottom: 8px;
	background-image: url(/images/arrow_white_down.png);
	background-repeat: no-repeat;
	background-position: 97% center;
}
.msg_head:hover {
	CURSOR: pointer;
	POSITION: relative;
	color: #FFF;
	background-color: #284C8A;
}
.msg_body {
	float: left;
	width: 100%;
	padding-top: 10px;
	text-align: left;
}
.msg_body li {
	list-style-image: url(/images/bullet_grey.png);
	margin-left: 18px;
}
