@charset "utf-8";
/* CSS Document */


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#006940;
	font-size:14px;
	width:580px;
	margin-bottom:5px;
	margin-top:2px;
	margin-left:10px;
	height:20px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #d2d09e;
	width:580px;
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-left: 10px;
	background-color: #EDECDE;
	margin-bottom: 10px;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}

