.dhtmlgoodies_question{
	color:#4489AA;
	font-size:16px;
	background-color:#000000;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:30px;
	height:25px;
	overflow:hidden;
	cursor:pointer;
	padding-top: 5px;
	font-family: "Trebuchet MS";
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.dhtmlgoodies_answer{
	border:1px dotted #333333;
	background-color:#000000;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	font-family: "Trebuchet MS";
	font-size:12px;

}
.dhtmlgoodies_answer_content{
	font-size:12px;
	position:relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 10px;
}
