.quickfind {
	margin-left: 15px; 
	}

.quickfind UL {
	margin-top: 5px;
 	margin-bottom: 10px; 
	}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#606060;
	font-family: verdana, arial;
	font-size:9pt;
	background-color:#e1e1e1;
	width:350px;
	margin-bottom:2px;
	margin-top:2px;
	padding: 2px 0 2px 5px;

	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}


.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */

	border:1px solid #e1e1e1;
	background-color:#f7f7f7;
	font-family: verdana, arial;
	font-size:9pt;
	color: #606060;
	width:350px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-family: verdana, arial;
	font-size:8pt;	
	position:relative;
}

