.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	border:1px solid #e2e5ed;
	color:#000000;
	font-size:0.9em;
	background-color:#f2f4f7;
	width:650px;
	margin-bottom:2px;
	margin-top: 5px;
	padding: 5px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:25px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtml_tek {
	vertical-align: middle;
	position: relative;
	width: 350px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	text-transform: uppercase;
}
.dhtml_ext {
	vertical-align: middle;
	position: relative;
	width: 100px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	text-transform: uppercase;
}
.dhtml_lnd {
	vertical-align: middle;
	position: relative;
	color:#999999;
	width: 250px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	text-transform: uppercase;
}

.dhtml_prs {
	vertical-align: middle;
	position: relative;
	width: 150px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	text-transform: uppercase;
}

.dhtml_afb {
	position: relative;
	width: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	text-transform: uppercase;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #e2e5ed;
	background-color:#f8f8f8;
	width:640px;
	margin: 0px 10px 10px 10px;
	
	/* 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;
}