﻿.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FF0066;
	font-size:12px;
	background-color:#212121;
	width:510px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('http://www.yauidea.com/blog/wp-content/uploads/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	text-indent:5px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #212121;
	background-color:#E7E7E7;
	width:480px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-bottom:5px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:11px;	
	position:relative;
	margin-bottom:5px;
}