@charset "utf-8";
/* CSS Document */

body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;

}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#333;
	font-size:1em;
	text-align:left;
	border: 1px dotted #cccccc;
	/*background-color:#317082;*/
	background-color:#eeeeee;
	width:167px;
	margin-bottom:3px;
	margin-top:3px;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:5px;
	/*background-image:url('images/bg_answer.gif');*/
	background-repeat:no-repeat;
	background-position:top right;
	height:15px;

	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #cccccc;
	/*background-color:#E2EBED;*/
	background-color:#fofofo;
	color:#000000;
	width:167px;

	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding-left:6px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:6px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	position:relative;
}