.question{	/* Styling question */
	/* Start layout CSS */
	color: #000000;
	font-size:12px;
	font-family:Tahoma;
	width:500px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:500px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:5px;
}