.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:blue;
	font-size: 0.8em;
	font-family: verdana;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:2px;	
	width:100px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_question:hover {
	text-decoration:underline;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:880px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
	overflow: visible;
}