
.block_msg {
    line-height: 22px;
}

.block_msg .msg .g_userhead{
	vertical-align:top;
}
.msg_reply .msg{
	margin-left:30px;
}

.block_msg .msg {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.block_msg .replytime {
    color: gray;
    line-height: 16px; /*margin-top:-14px;*/
}

.block_msgbox textarea{
	margin-top:-1px;
	margin-left:0px;
	border-top:0px;
	border-right:1px solid #7f9db9;
	border-bottom:1px solid #7f9db9;
	border-left:1px solid #7f9db9;
	padding:0px;
	overflow:auto;
	width:485px;
	height:127px;
}

.user_reply {
    float: left;
    margin-left: 10px;
    display: inline;
    width: 80%;
}
.user_reply span{
	color:red;font-style:italic;
}
.userReplyDescription{
	margin-left:0px;
	border-top:1px solid #7f9db9;
	border-right:1px solid #7f9db9;
	border-left:1px solid #7f9db9;
	border-bottom:0px;
	padding:0px;
	width:485px;
	height:20px;
}

.user_reply div a{display:inline;}
.user_reply_desc{
	position:relative;
}
.msg_del{ 
	position:absolute;
	right:4px;
	font-size:18px;
}
