.msg_box {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #D7D2BD;
	width:100%;
	font-size:13px;
	margin-bottom:20px;
	padding-bottom:20px;
	line-height:20px;
}
.msg_box .Q{
width:100%;
color:#666;
}
.msg_box .Q .title{
background-color:#F2F1EC;
background-image:url(../images/QQ.gif);
background-repeat:no-repeat;
padding-left:30px;
height:25px;
padding-top:3px;
padding-right:3px;
}
.msg_box .Q .title .left{
float:left;}
.msg_box .Q .title .title_right{
float:right;}
.msg_box .Q .body{
line-height:20px;
margin:5px;
padding-left:20px;
word-break:break-all;
white-space:normal;
}
.msg_box .A{
background-image:url(../images/AA.gif);
background-repeat:no-repeat;
height:25px;
padding-left:20px;
margin-top:10px;
}
.msg_box .A .body{
line-height:20px;
margin:5px;
padding-left:20px;
word-break:break-all;
white-space:normal;
}

.msg_box .btn_box{
 width:380px;height:35px;text-align:right;margin-top:10px;
}