#faq {
	list-style: none;
}

#faq li {
	background: url(/images/plus.png) no-repeat 0px 10px;
	padding: 10px 0px 10px 25px;
}

#faq li.opened {
	background-image: url(/images/minus.png);
}

#faq li.ajax {
	background-image: url(/images/faq-ajax.gif) !important;
}

#faq li a {
	font-weight: bold;
}

#faq .answer {
	padding: 0px 0px 0px 25px;
	/*border-bottom: 1px solid #669999;*/
}

#pager {
	padding: 15px 10px;
}

#pager a, #pager span {
	margin-left: 10px;
}

form {
	margin-bottom: 25px;
}

form table td {
	vertical-align: top;
}

form input.text, form textarea.text {
	width: 300px;
}

form textarea.text {
	height: 150px;
}