.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size:12px;
	color:#2d2929;
	background-color:#edd5e2;
	width:500px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('../images/plus.jpg');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	font-size:12px;
	color: #8f968c;
	border:0px solid #FFFFFF;
	background-color:#FFFFFF;
	width:495px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	font-size:12px;
	padding:1px;
	position:relative;
}