﻿.dhtml_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:1em;
	background-color:#934393;
	width:580px;
	margin-bottom:2px;
	margin-top:2px;
		background-image:url('ae.gif');
	padding-left:2px;
	background-repeat:no-repeat;
	background-position: right;	
	height:23px;
	
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtml_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #bbbbbb;
	background-color:#EAEAEA;
	width:580px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
 

}
.dhtml_answer_content{	/* Content that is slided down */
 
	font-size:0.95em;	
 
}
