.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#dfa901;
	font-weight:bold;
	font-size:12px;
	width:100%;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:2px;
	position:relative;
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px solid #317082;
	width:100%;
	padding-left:18px;
	color:#000000;
	font-weight: normal;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

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


.errmsg {font-family:arial;font-size:12;color:#FFB7F4;font-weight: bold;}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}/* CSS Document */
