@charset "utf-8";
/* CSS Document */

.ad{
	position:absolute;
	top:10px;
	right:10px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#733922;
	background-color:#d9c170;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	background-repeat:no-repeat;
	background-position:right top;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	padding: 4px;
	font-weight: bold;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#FFFFFF;
	width:418px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	padding-right: 10px;
	padding-left: 10px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}


