.faq-answer {
	width: 577px;
	height: 322px;
	color: white;
	opacity: 0.9;
	position: absolute;
	margin-top: 62px;
	display: none;
}

	.faq-answer p {
		font-size: 30px;
		line-height: 30px;
		margin: 25px;
		text-align: left;
		margin-top: 110px;
	}
	
		.faq-answer p span {
			background: #D8C07D;
		}
		
		.faq-answer p ::-moz-selection {
			background: #DADBDF;
		}
	
			.faq-answer p span span {
				font-size: 18px;
				color: #373737;
			}
			
			.faq-answer p span span.small-answer {
				font-size: 14px;
			}

#faq-loader {
	position: absolute;
	margin-left: 565px;
	margin-top: -40px;
	background: url(/i/ajax-load-1.gif);
	width: 66px;
	height: 66px;
}