@charset "utf-8";
/* CSS Document */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	font-size:14pt;
	background-color:#fff;
	width:280px;
	margin-bottom:10px;
	margin-top:2px;
	padding-left:20px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;
	height:20px;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}


.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:2px solid #f0f0f0;
	background-color:#fff;
	width:230px;
	margin-left:40px;
	float:left;
	/* End layout CSS */
	visibility:hidden;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}


.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	margin: 0 5px 5px 5px;
	font-size:0.9em;
	position:relative;
	height:auto;
}
