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

#TimerButton{
	position: absolute;
	width: 200px;
	top: 10px;
	left: 700px;
	height: 50px;
}

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

#SpaceForAnswer{
	position: absolute;
	top: 300px;
	width: 600px;
	left: 25px;
	height: 225px;
	background-color: #EEEEEE;
	border: 2px solid #990000;
	border-radius: 5px;
}


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

#DirectionsforSub{
	position: absolute;
	width: 280px;
	left: 320px;
	top: 18px;
	text-align: left;
}

#FormArea{
	position: absolute;
	width: 400px;
	top: 70px;
	left: 0px;
}

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

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

.AnswerBox{
	position: absolute;
	left: 280px;
	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: 110px;
	left: 425px;
	width: 150px;
}

.InvisibleButton{

}
