.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 15px;
	text-align:justify;
	background-color:#00690E;
	width:470px;
	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;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_questionx{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 15px;
	text-align:justify;
	background-color:#00690E;
	width:470px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('/images/bg_answerx.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:32px;
	
	/* 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:470px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 15px;
	text-align:justify;
	position:relative;
}

.dhtmlgoodies_answer_content1 a {	/* Content that is slided down */
	padding:1px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #cf2a2a;
	text-decoration: none;
	line-height: 15px;
	text-align:justify;
	position:relative;
}

.dhtmlgoodies_answer_content1 a:hover {	/* Content that is slided down */
	padding:1px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #007b9c;
	text-decoration: underline;	
	line-height: 15px;
	text-align:justify;
	position:relative;
}
