#SystemMessage{
	position: absolute;
	top: 10px;
	width: 850px;
	left: 50px;
	height: 50px;
	display: block;
}

#GraphSwitcher{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 925px;
	height: 300px;
	display: block;
}

#NumGraphSwitcher{
	position: absolute;
	top: 575px;
	left: 0px;
	width: 200px;
	height: 25px;
	display: block;
}

#SpaceForAnswer{
	position: absolute;
	top: 375px;
	width: 875px;
	left: 25px;
	height: 200px;
	display: block;
}

#AnswerTitle{
	position: absolute;
	width: 300px;
	top: 60px;
	left: 0px;
	height: 25px;
}

#DirectionsforSub{
	position: absolute;
	width: 300px;
	top: 110px;
	left: 0px;
	height: 25px;
	text-align: center;
}

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

#FormQuestions{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
}

.FormText{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 150px;
	left: 0px;
	height: 45px;
	text-align: right;
}

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 160px;
	width: 140px;
	height: 150px;
}

.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;
	margin-bottom: 13px;
	border: black;
	border-style: solid;
	border-width: 2px;
}


#SubmitButton{
	position: absolute;
	top: 80px;
	right: 50px;
	width: 150px;
}

.InvisibleButton{

}
