p.close	{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	}

#windowbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1420px /*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: 1370px/*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: 1332px;	/*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*/

p.info {
	font-size: 10px;
	font-weight: bold;
	margin: 0 20px 15px;
	color: navy;
	}

p.radioa {
	margin-top: 5px; 
	margin-bottom: 10px;
	height: 15px;
	}

input.radio, input.radions {
	width: 15px;
	height: 15px;
	padding: 0 20px 0 10px;
	margin-right: 15px;
	margin-bottom: -4px;
	}