.dhtmlgoodies_question { /* Styling question */ /* Start layout CSS */
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 2px;
	background-repeat: no-repeat;
	background-position: top right;
	height: 30px;
	width: 100%;
	/* End layout CSS */
	overflow: hidden;
	cursor: pointer;
}

.dhtmlgoodies_answer { /* Parent box of slide down content */
	background-color: #FFFFFF;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
}

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

div#dhtmlgoodies_question h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #838383;
	margin: 30px 0px 15px 0px;
	border-bottom: 1px dotted #333;
	padding: 0 0 .3em 0;
}

div#dhtmlgoodies_question h3 small {
	font-size: .7em;
	color: #838383;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}

#waitMessage {
	display: none;
	position: absolute;
	left: 400px;
	top: 140px;
	background-color: #FFF;
	border: 3px double #4264A3;
	padding: 4px;
	color: #555;
	font-size: 0.9em;
	font-family: arial;
}