.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000000;
	font-size:0.9em;
	width:579px;
	margin-bottom:2px;
	margin-top:2px;
	
	
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */

	
	
	/* End layout CSS */
	
	visibility:hidden;
	
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding-bottom:20px;
	font-size:0.9em;	
	position:relative;
}