.guest_text{
	/*background-color:white;*/
	margin-bottom:5px;
	padding:2px;
	font-size:12px;	
	clear:both;
}
.admin_text{
	/*background-color:#eef3f8;*/
	margin-bottom:5px;
	padding:2px;
	font-size:12px;
}
.guest_name{
	font-weight:bold;
	font-size:12px;
	font-family:Helvetica;
	color:#02316b;
	margin-bottom:5px;
	float:left;
}
.guest_post{
	font-weight:normal;
	font-size:12px;
	font-family:Helvetica;
	color:#000000;
	margin-bottom:5px;
	float:left;
}
.guest{
	font-weight:bold;
	font-size:12px;
	font-family:Helvetica;
	color:#000000;
	margin-bottom:5px;
}
.answer{
	font-weight:normal;
	font-size:12px;
	color:#02316b;
	padding-bottom:10px;
	text-align: right;
	float:right;
}
.answer_text{
	padding-bottom:5px;
	align:justify;
	font-size:12px;
}
