
body{
	font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;
	
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#F6F2F2;
	font-size:12px;
	background-color:#333333;
	width:600px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	/*background-image:url('images/bg_answer.gif');*/
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	/*font-weight:bold;*/
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #333333;
	
	border-top-style:dotted;
	/*background-color:#A0A3A7;*/
	background-color:#231f20;
	/*width:500px;*/
	width:596px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	padding-left:4px;
	/*margin-left:20px;*/
    margin-left:0px
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:12px;	
	position:relative;
}

.new{
color:#CC9966 }