.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	color:#000;
	background-color:#000;
	width:709px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:0px;
	background-image:url('../images/hlc_basic/bg_answer2.gif');
	background-repeat:no-repeat;
	background-position:top right;
	height:20px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	font-weight: normal;
}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	width:709px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 6pt;
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
	position:relative;
}
.dhtmlgoodies_answer1 {	/* Start layout CSS */
	border:1px solid #317082;
	width:709px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}