

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	
	width:80%;
	margin-top:15px;   /*space between lines*/
	/* End layout CSS */
	
	cursor:pointer;
}


.dhtmlgoodies_answer{	/* Parent box of slide down content */ /* Start layout CSS */ border: 2px dotted #878787; background-color: #ffffff; width: 80%; /* End layout CSS */ visibility: hidden; height: 0px; overflow: hidden; position: relative; border-radius: 40px; }

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:10px;   /* from the bottom edge to the next visible line*/
	position:relative;
	
}
