
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size: 10px;
	color: #5a86a9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	background-color:#cedce7;
	width:761px;
	padding-left:2px;
	padding-top:5px;
	height:18px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.separadorDiv{
	width: 761px;
	height: 1px;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #FFFFFF;
	background-color:#E2EBED;
	width:761px;
	
	/* End layout CSS */
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}
