#windowbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 650px /*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: 533px/*538px*/; 	
	width: 651px;	
	margin-left: -319px; /*controls right shadow displacement*/
	margin-bottom: 15px;
	z-index: 5;
	background: #989898;
	}

#shadow {
	margin-top: 30px; /* was 4% - it had to be different from the main css value because of the windowbox div - it's 2% of the height of that. Nearest equivalent I could get to 4% on the about page. BUT percentages didnt work, because quiz and assess notices floated up and down with width of browser window*/
	z-index: 10;
	}


#recess {
	background: #006000 url(quizrecess.jpg) no-repeat left top;
	}

#quizcontainer {
	position: absolute;
	top: 63px /*68px*/;
	left: 50%;
	width: 650px;	
	margin-left: -327px;
	height: 563px;	/*USE THIS TO CONTROL SHADOW DISPLACEMENT HEIGHT. Must be 30 more than the quizshadow. Because quizcontainer, unlike its shadow, is positioned from the top, the descrepancy between the top + height and the overall height of window box(800) gives bottom shadow displacement, once the qshadow's margin-bottom has been allowed for*/
	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;
	}

h1	{
	margin-top: 7px;
	margin-left: 10px;
	padding-top: 40px;
	background: url(drawpinquiz.gif) no-repeat center top;
	font: medium verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #007244;
	}

#windowbox>#quizcontainer h1 {
	background: url(drawpin.png) no-repeat center top;
	}

p	{
	margin: 5px 0 0 5px;
	font: medium verdana, arial, helvetica, sans-serif;
	font-size: .85em;
	color: navy;
	font-style: italic;
	} 

p.radioa {
	color: purple;
	}

p.info	{
	font-size: .8em;
	font-style: normal;
	color: black;
	}

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

fieldset {
	/*margin: 1em 1em 1.7em;*/
	margin-bottom: 15px;
	padding: 0 10px 5px;
	border: 1px solid #ccc;
	background: #fffded;
	}

legend {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: green;
padding: 3px 7px;
	letter-spacing: 0.1em;
	background: #eee;
	border: 1px solid #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	}

input 	{
        width: 250px;
        margin-bottom: 10px;
	}

.radio 	{
	width: 18px;
	}

.radions {
	width: 48px;
	}

.radioa {
	margin-left: 195px;
	padding-left: 10px;
	font-style: normal;
	font-size: 11px;
	}

label 	{
        display: block;
        text-align: right;
        float: left;
	width: 188px;
	padding-top: 4px;
        padding-right: 10px;
	font: 11px arial, helvetica, sans-serif;
	}
	
.submitbutton {
	width: auto;
	color: green;
	margin-top: 5px;
	padding: 0 6px;
	border: 1px solid green;
	}

br 	{
        clear: left;
	} 

