.InLabDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:0090000;
}

#SystemMessage{
	position: absolute;
	left: 550px;
	width: 350px;
	top: 10px;
	text-align: center;
}

#SeeGraph{
	position: absolute;
	left: 15px;
	top: 470px;
	width: 230px;
	height: 50px;
	display: none;

}

#SeeCert{
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 230px;
	height: 50px;
	display: none;
}

#SpaceForAnswer{
	position: absolute;
	top: 450px;
	width: 275px;
	left: 625px;
	height: 100px;
	background-color: #EEEEEE;
	border: 2px solid #990000;
	border-radius: 5px;
}

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

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

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

.AnswerBox{
	position: absolute;
	left: 155px;
	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;
	bottom: 10px;
	left: 100px;
	width: 100px;
}


.InvisibleButton{

}
