#windowbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1200px /*This height works with quiz and qshadow to determine shadow displacement from bottom of window. Must be 112 more than qizshadow*/;
	margin: 0;
padding: 0;
	}


#quizshadow {
	position: absolute;
	left: 50%;
	bottom: 0; /*note how shadow is controlled from the bottom and overlap hidden behind main borderbox-shadow construction*/
	height: 1150px/*533px*/; 	
	width: 651px;	
	margin-left: -319px; /*controls right shadow displacement*/
	margin-bottom: 15px;
	z-index: 5;
	background: #989898;
	}

#quizcontainer {
	position: absolute;
	top: 63px /*68px*/;
	left: 50%;
	width: 625px; /*IE*/ 	
	margin-left: -327px;
	height: 1112px;	/*USE THIS TO CONTROL SHADOW DISPLACEMENT HEIGHT.*/
	background: #fffdda;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	z-index: 15;
	}

#windowbox>#quizcontainer {
/* \*/
	width: 650px;
/* */
	}/*other browsers*/


fieldset {
	margin: 1em 1em 1.7em;
	}

div.answer {
	margin-top: 5px;
	margin-left: 10px;
	color: navy;	
	}

form div.answer {
	margin-left: 195px;
	font-size: 11px;	
	}

.question {
	font: medium verdana, arial, helvetica, sans-serif;
	font-size: .9em;
	color: purple;
	font-style: italic;
	margin-left: 5px;
	}

.answer input {
	width: 15px;
	margin: 7px 0 5px;
	}

input.form	{
	margin: 15px 0 0 230px;
	width: auto;	
	padding: 0 10px;
	}

fieldset div {
	margin-left: 320px;
	margin-top: 0
	padding: 0;
	}

