﻿
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;

}
   .humpty {padding-left:0px;margin-left:0px;text-align:justify;margin-top:0px;padding:0px;margin-bottom:0px;}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	border:1px solid #FCE4CC;
	color:#314A5F;
	font-size:1.0em;
	background-color:#FBECD4;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;

	/* End layout CSS */

	overflow:auto;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #FBECD4;
	background-color:#FDF4E6;
	width:100%;
	color:#330000;
	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:1.0em;
	position:relative;
}

.layerstyle{	/* Content that is slided down */
	padding:10px;
	font-size:1.0em;
	position:relative;
}
