.dhtmlgoodies_question{	/* Styling question */

	color: blue;

	overflow:hidden;

	cursor:pointer;

	margin-bottom: 10px;

}

.dhtmlgoodies_answer{	/* Parent box of slide down content */

	/* Start layout CSS */

	border:1px solid #525142;

	background-color:#E2EBED;

	width:100%;

	/* End layout CSS */

	

	visibility:hidden;

	height:0px;

	overflow:hidden;

	position:relative;

}

.dhtmlgoodies_answer_content{	/* Content that is slided down */

	padding:1px;

	*padding:10px;

	font-size:0.9em;	

	position:relative;

	width:100%;

}