.message-detail .user-input{
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #efefef
}
.message-detail form.user-input{
	margin-bottom: 25px
}
.message-detail form.user-input textarea{
	width: 100%;
	margin-bottom: 10px;
}
.message-detail form.user-input input{
	float: right;
	display: inline-block;
	margin-left: 15px
}

.message-detail form button.custom-btn{
	margin-top: 0
}
.message-detail .message-detail-head table{
	margin: 0
}
/*** ticket-detail - comment **/ 
.officer-comment,
.user-comment {
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 10px
}
.officer-comment{
	background-color: #f2f9ff
}
.message-detail-cont {
    overflow: hidden;
    padding: 0;
}
.message-detail-cont .comment-content{
	padding-left: 10px
}
.officer-comment .comment-head,
.user-comment .comment-head {
	float: right;
	width: 23%;
	margin-left: 2%;
	padding: 25px 20px;
	border-left: 1px solid #ccc
}
.officer-comment .comment-head span.statue,
.user-comment .comment-head span.statue{
	color: #f00
}
.officer-comment .comment-content,
.user-comment .comment-content {
	float: right;
	width: 75%;
}
.message-detail-cont .comment-content .comment-date{
	color: #098FAF;
	border-bottom: 1px solid #ccc;
	display: block
}
.officer-comment .comment-content p{
	color: #333
}





