.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	font-size:14px;	
	width:540px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:12px;

	background-repeat:repeat;
	background-color:#b8ab89;
	background-position:top right;	
	font-weight:BOLD;
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #9A9A9A;
	width:540px;
	font-family:arial;
	font-size:20px;
	color:black;
	padding-left:12px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
.toll{
font-family:arial;
font-size:14px;
color:#330066;
}

a.emailid{
font-family:arial;
font-size:12px;
color:#330066;
}

a.emailid:hover{
font-family:arial;
font-size:12px;
color:#FF0000;
}