@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 */
	color:#333333;
	font-size:0.9em;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:65px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	background-color: #D1DADD;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #D1DADD;
	background-color:#E2EBED;
	width:100%;
	/* 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;
}
.thumb{
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width:68px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.purple {font-family: Arial, Helvetica, sans-serif; font-size: 12px;color:#660099; font-style:italic; }
.previewBtnStyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: center;
}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.preview {
	background-repeat: no-repeat;
	
}
.bottom_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

