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

body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;
	
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	width:83px;
	height: 22px;
	padding-top: 6px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:352px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-left: -25px;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	position:relative;
	height: 400px;
	background-image: url(/images/flipoutcorner.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 85px;
}
