.dhtmlgoodies_question{	
	background-color:#ffffff;
	width:550px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top right;	
		
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	
	border:1px solid #ffffff;
	background-color:#ffffff;
	width:550px;
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	
	padding:1px;
	position:relative;
}

