.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	/*color:#fff;*/
	/*font-size:1.2em;*/
	/*background-color:#317082;*/
	/*width:430px;*/
	/*margin-bottom:2px;*/
	/*margin-top:2px;/*
	/*padding-left:2px;*/
	/*background-image:url('images/bg_answer.gif');*/
	/*background-repeat:no-repeat;*/
	/*background-position:top right;	*/
	/*height:20px;*/
	text-decoration:underline;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:380px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.7em;
	position:relative;
}
.dhtmlgoodies_answer400{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:400px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer160{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:160px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
