@charset "UTF-8";
/* CSS Document */
.question {
	padding-left:40px;
	background-image:url(../img/question.png);
	background-repeat:no-repeat;
	min-height:29px;
	height:auto !important;
	height:29px;
	padding-bottom:10px;
}
.answer {
	padding-left:40px;
	background-image:url(../img/answer.png);
	background-repeat:no-repeat;
	min-height:29px;
	height:auto !important;
	height:29px;
	padding-bottom:30px;
}
