#SystemMessage{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 410px;
}

#StartButton{
	position: absolute;
	bottom: 60px;
	right: 0px;
	width: 200px;
	height: 110px;
	display: none;
}

#ChangeMass{
	position: absolute;
	bottom: 70px;
	left: 50px;
	width: 150px;
	height: 100px;
	display: none;
}

#ResetButton{
	position: absolute;
	bottom: 70px;
	left: 530px;
	width: 150px;
	height: 100px;
	display: none;
}

#ChangeGraphButton{
	position: absolute;
	top: 350px;
	left: 450px;
	width: 50px;
	height: 50px;
}

#FinishedButton{
	position: absolute;
	top: 550px;
	right: 25px;
	width: 150px;
	height: 50px;
}


#GetDataButton{
	position: absolute;
	top: 550px;
	right: 25px;
	width: 200px;
	height: 50px;
	display: none;
}

#RawDataBox{
	position: absolute;
	top: 200px;
	left: 162px;
	height: 375px;
	width: 600px;
}

#CloseDataArea{
	position: absolute;
	top:0px;
	right:0px;
	height:40px;
	width:50px;
	text-align: center;
	padding-top: 10px;
}

#DataTitle{
	position: absolute;
	top: 50px;
	left: 0px;
	height: 25px;
	width: 925px;
}

#DataArea{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 600px;
	width: 925px;
	background-color: #CCCCCC;
	display: none;
}

.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.InvisibleButton{

}

.VeryLittleDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	text-align: center;
}

#SpaceForAnswer{
	position: absolute;
	top: 0px;
	width: 925px;
	left: 0px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	background-color: #FFFFFF;
	display: none;
}

#SystemMessage2{
	position: absolute;
	top: 25px;
	padding: 20px;
	left: 25px;
	width: 835px;
	height: 200px;
	border: #990000;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	background-color: #EEEEEE;
}

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

#DirectionsforSub{
	position: absolute;
	width: 925px;
	top: 340px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 875px;
	top: 400px;
	left: 25px;
}

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

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

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

.AnswerBox{
	position: absolute;
	left: 505px;
	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: 25px;
	left: 550px;
	width: 250px;
}

#ReturnButton{
	position: absolute;
	bottom: 25px;
	left: 125px;
	width: 250px;
}

