﻿body
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; /* Font to use */
	margin: 0px;
	/*background-color:#686866;*/
	margin-left:0;
	margin-top:0;
}

.dhtmlgoodies_question
{
	/* Styling question */ /* Start layout CSS */
	color: #FFF;
	font-size: 0.9em;
	background-color: #2A2D2E;
	width: 543px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 2px;
	background-image: url('images/bg_answer.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 40px; /* End layout CSS */
	overflow: hidden;
	cursor: pointer;
}
.dhtmlgoodies_answer
{
	/* Parent box of slide down content */ /* Start layout CSS */
	border: 0px solid #ffffff;
	background-color: #2A2D2E;
	width: 543px; /* End layout CSS */
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
}
.dhtmlgoodies_answer_content
{
	/* Content that is slid down */
	padding: 1px;
	font-size: 0.9em;
	position: relative;
	color: #A9A9A9;
}

