
#content {margin-top: 100px; margin-left: 100px; width: 500px; height: 500px;}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#E3AD00;
	font-size:0.9em;
  font-size: 14px; font-weight: bold;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */

  
	
	/* End layout CSS */
	
	visibility:hidden;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	
	position:relative;
	color: #000; font-size: 12px;
	width: 500px;

}

