.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:#FF9900;
	width:400px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	border:1px solid #666;

	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
	cursor:hand;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #666;
	background-color:#FFE600;
	width:400px;

	/* 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;
}
