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

#FireButton{
	position: absolute;
	top: 550px;
	left: 825px;
	width: 50px;
	height: 50px;
}

#SystemMessage{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	top: 15px;
	width: 855px;
	left: 25px;
	height: 150px;
	background-color: #EEEEEE;
	border: 2px solid #990000;
	border-radius: 5px;
}

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

#AnswerTitle{
	position: absolute;
	width: 300px;
	top: 15px;
	left: 0px;
	text-align: right;
}

#DirectionsforSub{
	position: absolute;
	width: 250px;
	top: 17px;
	left: 325px;
	text-align: left;
}

#FormArea{
	position: absolute;
	width: 600px;
	top: 60px;
	left: 0px;
}

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

.TextBox{
	position: absolute;
	top: 0px;
	width: 300px;
	left: 0px;
}

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

.AnswerBox{
	position: absolute;
	left: 305px;
	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: 100px;
	left: 445px;
	width: 150px;
}

.InvisibleButton{

}

