.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#666666;
	font-size:0.9em;
	background-color:#FFFFFF;
	width:125px;
	margin:auto;
	margin-bottom:2px;
	margin-top:2px;
	background-position:top right;
	border:1px solid #ffefdf;
	line-height:20px;
	
	overflow:hidden;
	cursor:pointer;
}


.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #f5f2eb;
	background-color:#f9f8f4;
	width:125px;
	margin:auto;
	
	/* End layout CSS */
	
	visibility:hidden;

	overflow:hidden;
	position:relative;


}
.dhtmlgoodies_answer div{padding-bottom:3px;}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	font-size:0.9em;	
	position:relative;
  text-align:center;}

