.question {
	behavior: url(ie-png.htc);
	-ie-png-blankimage: url(../images/spacer.gif);
	width: 397px;
	height: 39px;
	margin-left: 23px;
	margin-top: 0;
	background-image: url(../images/faq_bg.png);
	background-repeat: no-repeat;
	cursor: pointer !important;
}

.questionTitle {
	padding-top: 5px;
	padding-left: 11px;
}

.questionTitle span {
	line-height: 13px;
	
}

/* IE7 Only */
*:first-child+html .questionTitle span {
	line-height: 13px;
}
*:first-child+html .questionTitle {
	padding-top: 8px;
	padding-left: 11px;
}

.answer {
	width: 373px;
	height: auto;
	padding-left: 32px;
}
