div.faqbox{
	position: relative;
	left: 20px;
	width: 90%;
}
div.question{
	background-color: #e0f0f0;
	font-size:12px;
	color: #113399;
	position: relative;
	width: 90%;
}
div.answer{
	font-size:12px;
	position: relative;
	left: 30px;
	width: 90%;
}
