.box h2 {
	margin-bottom: 20px;
}
.box dl {
	
}
.box dl dt {
	color: #fff;
	font-weight:lighter;
	font-size:1.5em;
	margin: .75em 0;
	
}
.box dl dt.first {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}	
.box dl img.faq_image {
	margin: 0 0 8px;
}
.box dl dd { 
	margin-bottom: 1em;
	width:475px;
	padding:0 10px 0 0;
}
.box dl dd.back_to_top {
	font-size: 11px;
	text-align: right;
	
	background: url(/images/faq-sep.png) no-repeat bottom left;
	padding:0 0 25px 0;
}		
.box dl dd.back_to_top a {
	text-decoration: none;
	padding-left: 11px;
	background: url(/images/arrow_up.png) 0 5px no-repeat;
}
.box dl dd.back_to_top a:hover {
	background-position: 0 -95px;
}
.answer{
	line-height:1.5em;
}