#SystemMessage{
	position: absolute;
	top: 25px;
	left: 25px;
	width: 875px;
	height: 100px;
}

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

#AnswerTitle{
	position: absolute;
	width: 350px;
	top: 15px;
	left: 0px;
}

#DirectionsforSub{
	position: absolute;
	width: 350px;
	top: 60px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 350px;
	top: 120px;
	left: 0px;
}

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

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

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

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