﻿body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;
	
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	background-image:url(../images/bgdiv.jpg);
	margin-top:3px;
	width:563px;
	height:22px;
	margin-left:5px;
	
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:563px;
	float:left;
	padding-left:5px;
	padding-top:0px;
	padding-right:5px;
	
	/* End layout CSS */
	
	visibility:hidden;
	overflow:hidden;
	position:relative;

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