.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size:0.9em;
	background-color:#C7E2BC;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	padding:0;
	padding-left:2px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #BAD3AF;
	background-color:#E2EBED;
	width: 100%;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1em;
	font-size:0.9em;	
	position:relative;
}
