/************************************************************************************************************
(C) www.dhtmlgoodies.com, November 2005

This is a script from www.dhtmlgoodies.com. You will find this and a lot of other scripts at our website.	

Terms of use:
You are free to use this script as long as the copyright message is kept intact. However, you may not
redistribute, sell or repost it without our permission.

Thank you!

www.dhtmlgoodies.com
Alf Magne Kalleland

************************************************************************************************************/
body{
	font-family: Helvetica, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	/* Font to use */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	margin:0px;
	
}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	/* color:#FFF; */
        color:#000099;
	font-size:1.0em;
	/* background-color:#317082; */
	/* background-color:#0000AA; */
        /* background-color:#99AAFF; */
	width:600px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
	/* background-image:url('images/bg_answer.gif'); */
	background-repeat:no-repeat;
	background-position:top right;	
	height:15px;

	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	padding-left:20px;
	width:600px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:1.0em;	
	position:relative;
}




