#clear {
	margin: 0px;
	padding: 0px;
	position: relative;
	width:500px;
	float: left;
}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000000;
	font-size:14px;
	background-color:transparent;
	width:99%;
	margin-bottom:0px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	font-weight: bolder;
	line-height: 20px;
}
.dhtmlgoodies_question img {
	float: left;
}

.dhtmlgoodies_answer a {
	text-decoration: none;
	font-size: 13px;
        width:99%;
	font-weight: bolder;
	color: #666666;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	width:99%;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 10px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */

}




