#one {
	display:none;
}

#two {
	width:910px;
	background:transparent;
}

.faq {
	clear:left;
}

.question {
	background:transparent url(/imgs/pseudo-r-buller.gif) no-repeat scroll left 3px;
	margin-bottom:6px;
	padding-left:14px;
}	

#two .question a {
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	background: transparent;
	padding:0;
}

#two .question a:hover {
	border:none;
}

.answer {
	background: #f2f2f2;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	padding:10px;
	margin:0 0 24px 0;
	display:none;
	line-height: 150%;
	clear:left;
}

.faq-title {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:3px;
	margin-bottom:6px;
	font-size:16px;
}

.main-form form .form-textarea {
	height:100px;
}