
.ad{
	position:absolute;
	top:10px;
	right:10px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000000;
	font-size:12px;
	background-color:#cedcf8;
	width:820px;
	/*margin-bottom:2px;*/
	margin-top:2px;
	padding:4px 0 3px 2px;;
	/*height:20px;*/
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #cedcf8;
	background-color:#fcfdff;
	width:820px;
		
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
	padding:5px;
}
