<style type="text/css">

.dhtmlgoodies_question{	/* Styling question */
	overflow:hidden;
	cursor:pointer;
	


}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #06C;
	background-color:#E2EBED;
	margin:5px;
	line-height:20px;
	/*padding:2px; */
	/*width:400px; */
	
	/* End layout CSS */
	
	visibility:hidden;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:10px;


}

</style>
