@charset "utf-8";
/* CSS Document */

/*--------------------------------------
S L I D E
----------------------------------------*/
.dhtmlgoodies_question{	/* Styling question */
	width:430px;
	margin-bottom:2px;
	margin-top:1px;
	padding-left:150px;
	height:20px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:hand;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	width:550px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 155px;
	font-size: 11px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}

