/* CSS Document */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size:10px;
/*	color:#FFF;
	background-color:#317082;
	background-image:url('images/bg_answer.gif');
	height:102px;*/
	background-repeat:no-repeat;
	background-position:top right;	
	margin-top:20px;
	padding:0px;
	/*width:239px;*/
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:none;
	_width:200px;
	margin-top:5px;
	/* End layout CSS */
	visibility:hidden;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:0px;
	margin:0px;
	font-size:10px;	
	position:relative;
}
#size {
	width:200px;
	text-align:left;
}