.dhtmlgoodies_question{
	color:#FF0000;
	font-size:16px;
	background-color:#000000;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:10px;
	height:25px;
	overflow:hidden;
	cursor:pointer;
	padding-top: 5px;
	font-family: "Trebuchet MS";
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	width: 300px;
}
.dhtmlgoodies_answer{
	border:1px dotted #333333;
	background-color:#000000;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	width: 308px;;

}
.dhtmlgoodies_answer_content{
	font-size:12px;
	position:relative;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 10px;
}
.dhtmlgoodies_answer a:link{
    color:#CCCCCC;}
.dhtmlgoodies_answer a:visited{
    color:#CCCCCC;}
.dhtmlgoodies_answer a:hover{
    color: #FFFF00;}
.dhtmlgoodies_answer a:active{
    color: #CCCCCC;}
