.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#0181C9;
	background-color:#F4F3E1;
	width:100%;
	border: 1px solid #CED3B5;
	margin-bottom:2px;
	margin-top:2px;
	padding:2px;
	height:auto;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	/* border:0px solid #0082C9; */
	/* 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:1px;
	font-size:0.9em;	
	position:relative;
	padding-bottom: 10px;
}


