.dhtmlgoodies_question{	/* Styling question */
	font-size: 10pt;
	color: black;
	/*background:#5e5e5e url(../pics/tableheader.png) repeat-x;*/
	background:#BBBBBB;
	width:680px;
	margin: 6px auto 0px auto;
	padding:3px;
	/*padding-top:5px;*/
	height:18px;
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #777777;
	background-color:#EBEBEB;
	width:684px;
	margin: 0px auto;
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:3px;
	position:relative;
}

