body{
	background: #e9ecf3;
}
.messageWrapper{
	background: #FFF;
	box-shadow: 0 0 5px #888888;
	padding-bottom:20px;
}
.qa-list-wrapper{
	width:100%;
}
.qa-title-wrapper{
	border-bottom: 1px solid #ddd;
	padding:10px 0 0 0;
	font-size:16px;
}
.qa-title-wrapper a:hover{
	color:#55b929;
}
.qa-title-wrapper .bottom{
	display:inline-block;
	border-bottom: 3px solid #99cc66;
	padding:0 10px;
}
.qa-item-wrapper{
	width:95%;
	padding: 20px 30px 5px;
    border-bottom: 1px solid #ddd;
}
.qa-item-wrapper .qa-userInfo{
	width:18%;
}
.qa-item-wrapper .qa-userInfo .userName{
	color: #99cc66;
	font-size:14px;
}
.qa-item-wrapper .qa-userInfo .date{
	color: #c0c0c0;
	font-size:12px;
	padding-top:5px;
	display: inline-block;
}

.qa-item-wrapper .qa-content{
	width:82%;
	font-size:14px;
}
.qa-item-wrapper .qa-content .c-qa {
	width:95%;
	padding-bottom:20px;
	color:#666;
}
.qa-item-wrapper .qa-content .c-qa .date{
	display:inline-block;
	padding-top:10px;
	color:#c0c0c0;
	font-size:12px;
	font-weight: 100;
}
.qa-item-wrapper .qa-content .s-qa{
	border-top: 1px dashed #ddd;
	padding:10px 20;
	width:95%
}
.qa-item-wrapper .qa-content .s-qa span{
	display: inline-block;
}
.qa-item-wrapper .qa-content .s-qa .content{
	color:#777777;
}
.qa-item-wrapper .qa-content .s-qa .content.orange{
	color:#F60;
}
.qa-item-wrapper .qa-content .s-qa .date{
	color: #c0c0c0;
	font-size:12px;
	padding-top:5px;
}
.qa-item-wrapper .qa-content .s-qa span a{
	font-size:12px;
	color: #c0c0c0;
}
.qa-item-wrapper .qa-content .s-qa span a:hover{
	color: #E40;
}

.op .cont-box {
    width: 100%;
    height: 80px;
    border: 1px solid #99cc66;
    border-radius: 5px;
}

.op .cont-box .text {
    width: 96.6%;
    height: 86.9%;
    border-radius: 5px;
    padding: 5px 10px;
    color: #999;
    font-size: 12px;
    resize: none;
    border: none;
    outline: none;
    float: left;
}

.LH_a01_001{
	font-size:14px;
	height: 30px;
	line-height: 30px;
	width:100px;
	margin: 10px 0;
}
.LH_a01_004{
	font-size:14px;
	height: 30px;
	line-height: 30px;
	width:100px;
	margin: 10px 0;
}


