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

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

#AnswerTitle{
	position: absolute;
	width: 250px;
	top: 40px;
	left: 0px;
}

#DirectionsforSub{
	position: absolute;
	width: 250px;
	top: 80px;
	left: 0px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 250px;
	top: 10px;
	left: 250px;
}

.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: 50px;
	left: 685px;
	width: 150px;
}

.InvisibleButton{

}

