@charset "utf-8";

h2#questions_entry{
	margin:20px 0 10px 10px;
	text-indent:-9898px;
	background:url("../img/questions_entry.gif") no-repeat;
	height:30px;
}

#questions{
	border-top:1px solid #999;
	padding-top:10px;
	width:100%;
}

#questions h3{
	background:url("../img/questions_icon.gif") no-repeat;
	color:#000;
	font-size:14px;
	line-height:20px;
	padding:6px 0 0 30px;
	margin:0 30px 10px 20px;
	font-weight:bold;
}

#questions dt{
	background:url("../img/questions_icon.gif") no-repeat 0 -30px;
	color:#000;
	font-size:12px;
	line-height:20px;
	padding:8px 0 0 40px;
	margin:0 30px 10px 60px;
}

#questions dd{
	background:url("../img/questions_icon.gif") no-repeat 0 -60px;
	color:#000;
	font-size:12px;
	line-height:20px;
	padding:8px 0 0 40px;
	margin:0 30px 30px 60px;
}