
#questions {
	margin-bottom: 20px;
	padding-left: 0;
	margin-left: 20px;
}

#questions li {
	background: url('../images/question-mark.png') no-repeat left center;
	line-height: 14px;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 5px 0 5px 30px;
}

div.faq-a {
	background-image:url(../images/dotted.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding: 10px 0 7px;
}


.last {
	background-image:none;
	padding: 10px 0 7px;
}

.return-top {
	float: right;
	cursor: pointer;
	padding-left: 20px;
}