@charset "utf-8";
/* CSS Document */
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#333;
	font-size:0.9em;
	background:#f3f0f2;
	border-bottom:#f96167 2px solid;
	width:97%;
	padding:5px;
	margin-bottom:2px;
	margin-top:2px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #CCC;
	background:#FFF;
	width:98%;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

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

