#faq-wrapper {
	background: #fff;
	width: 760px;
	padding: 20px 0 20px 0;
	border-right: 1px solid #ec5703;
	border-left: 1px solid #ec5703;
	border-bottom: 1px solid #ec5703;
	text-align: left;
	font-size: 14px;
}

#faq-wrapper .question {
	margin: 10px 10px 20px 10px;
}

#faq-wrapper .header {
	background-color: #e4c3b1;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}

#faq-wrapper a {
	text-decoration: none;
	border-width: 0px;
}