/* CSS Document */

h4.question{
	background-image:url(../images/faq/question.jpg);
	background-position:left top;
	color:#73B351;
	font-size:12px;
}
h4.question a{
	background:url(../images/faq/icon_question.gif) no-repeat left center;
	display:block;
	padding:5px 3px 3px 27px;
	color:#73B351;
	text-decoration:none;
}
h4.question a:hover{
	text-decoration:underline;
}

div.main-left p.answer{
	background:url(../images/faq/answer.jpg) no-repeat right bottom;
	padding-bottom:40px;
	margin-bottom:30px;
	_height:1px;
}