.InLabDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000000;
}

#SystemMessage{
	position: absolute;
	top: 15px;
	padding: 15px;
	width: 845px;
	left: 25px;
	height:150px;
	background-color: #EEEEEE;
	border: 2px solid #990000;
}

#SystemMessage2{
	position: absolute;
	top: 425px;
	width: 875px;
	left: 25px;
	height:50px;
}

#SpaceForAnswer{
	position: absolute;
	top: 200px;
	width: 875px;
	left: 25px;
	height: 175px;
	background-color: #EEEEEE;
	border: 2px solid #990000;
	display: none;
}

#AnswerTitle{
	position: absolute;
	width: 300px;
	top: 50px;
	left: 0px;
}

#DirectionsforSub{
	position: absolute;
	width: 300px;
	top: 100px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 300px;
	top: 20px;
	left: 300px;
}

.FormRow{
	position: relative;
	width: 300px;
	height: 50px;
}

.TextBox{
	position: absolute;
	top: 0px;
	width: 175px;
	left: 0px;
}
.FormText{
	position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#990000;
	top: 0px;
	margin-top: 5px;
	width: 175px;
	right: 0px;
	text-align: right;
}

.AnswerBox{
	position: absolute;
	left: 180px;
	top: 0px;
	width: 120px;
}

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 100px;
	left: 0px;
	height: 25px;
	text-align: center;
	border: black;
	border-style: solid;
	border-width: 3px;
}

#SubmitButton{
	position: absolute;
	top: 60px;
	left: 650px;
	width: 150px;
	cursor: pointer;
}
