@charset "utf-8";
/* CSS Document */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFFF;
	font-size:0.9em;
	background-color:#E37494;
	width:250px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:hand;
}
.hs{
	float:right; 
	clear:both;
	color:#993300;
	text-decoration:none;
	cursor:hand;
	}
.hs a:hover{
	color:#996600;
	text-decoration:none;
	}

.dhtmlgoodies_answer{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #E37494;
	background-color:#F7DCE1;
	width:450px;
	
	/* End layout CSS */
	visibility:hidden;
	
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
.row3{ width:400px; height:30px; float:left; border-bottom: #999999 1px dashed; }
.flds{ width:95px; padding-left:5px; float:left;}
