.reply{
	position:relative;
	margin-left: 60px;
	padding:12px 18px;
	background:#f5f5f5;
	text-align: justify;
}
.qarr{
	position: absolute;
	border-left: 14px solid #FDFEFE;
	border-right: 14px solid #FDFEFE;
	border-bottom: 14px solid #F5F5F5;
	bottom: 100%;
	left: 24px;		
}

.quest{
	background:#f5f5f5;
	padding:18px 13px;
	margin-bottom:35px;
	position:relative;
}

.item_quest{
	border:1px solid #d7d7d7;
	background:#fdfefe;
	padding:12px;
	margin-bottom:18px;
}

.qdate{
	color:#878787;
	font-size:12px;
}

.qtitle{
	font-weight:bold;
	margin-right:20px;
}

.question{
	text-align: justify;
}

.quest_head{
	margin-bottom:4px;
}

.questbtn{
	padding:8px 11px;
	position:absolute;
	background:#f5f5f5;
	margin-bottom:35px;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
}
.qform{
	display:none;
	overflow:hidden;
	position:relative;
}

.qqarr{
	position: absolute;
	border-top: 7px solid #cdcdcd;
	border-left: 7px solid #f5f5f5;
	border-right: 7px solid #f5f5f5;
	border-bottom: 7px solid #f5f5f5;
	top: 16px;
	right: 33px;	
}	

.fadeIn{
	color: #CDCDCD;
	padding-right: 18px;
	position: absolute;
	right: 0px;
	top: 192px;
	text-decoration:underline;
	cursor:pointer;
}

.fadeIn .tre{
	position: absolute;
	border-top: 7px solid #f5f5f5;
	border-left: 7px solid #f5f5f5;
	border-right: 7px solid #f5f5f5;
	border-bottom: 7px solid #cdcdcd;
	top: 0px;
	right: 0px;
}