.TextInputBoxStyle{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 2px #990000 solid;
	font-size:18px;
	color:#990000;
	width: 300px;
	left: 0px;
	height: 35px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 25px;
}

.TextInputBoxStyle2{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 2px #990000 solid;
	font-size:14px;
	color:#990000;
	width: 50px;
	left: 0px;
	height: 35px;
	text-align: center;
	margin-bottom: 5px;
}

#PersonName{
	position: absolute;
	top: 240px;
	left: 100px;
	width: 700px;
}

#MainActionArea{
	position: absolute;
	top: 75px;
	left: 50px;
	height: 600px;
	width: 900px;
	border: dashed 5px black;
	display: none;
	
}

#DataInputSection{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 600px;
	background-color: #EEEEEE;
}

#SystemMessage{
	position: absolute;
	top: 35px;
	left: 25px;
	width: 850px;
	height: 50px;
}

#InputBox1{
	position: absolute;
	top: 100px;
	left: 25px;
	width: 850px;
	height: 50px;
}

#InputBox2{
	position: absolute;
	top: 100px;
	left: 400px;
	width: 100px;
	height: 50px;
	display: none;
}

#InputBox3{
	position: absolute;
	top: 100px;
	left: 400px;
	width: 100px;
	height: 50px;
	display: none;
}

#InputBox4{
	position: absolute;
	top: 100px;
	left: 400px;
	width: 100px;
	height: 50px;
	display: none;
}

#NextStep{
	position: absolute;
	top: 200px;
	right: 50px;
	width: 150px;
	height: 50px;
	text-align: right;
}

#PreviousStep{
	position: absolute;
	top: 200px;
	left: 50px;
	width: 150px;
	height: 50px;
	text-align: left;
	display: none;
}

#ChangeColorActivation{
	position: absolute;
	top: 240px;
	left: 350px;
	width: 200px;
	height: 50px;
	text-align: center;
}

#HistogramDrawingSection{
	position: absolute;
	top: 290px;
	left: 10px;
	width: 875px;
	height: 300px;
	background-color: #FFFFFF;
}

#CanvasOne{
	position: absolute;
	top:0px;
	left:0px;
}

#RawDataArea{
	position:absolute;
	top:75px;
	left: 10px;
	width: 880px;
	height: 150px;
	display: none;
}

table{
	position: relative;
	width: 850px;
	left: 15px;
	height: 75px;
	border: solid 2px black;
}

caption{
	height: 25px;
}

td{
	text-align: center;
}

#ErrorBox{
	position: absolute;
	top:280px;
	left:10px;
	width: 830px;
	height: 250px;
	border: solid 2px #990000;
	background-color: white;
	padding: 25px;
	display: none;
}

#BeginButton{
	position: absolute;
	top: 300px;
	left: 375px;
	width: 150px;
}

#ChangeColorArea{
	position: absolute;
	top: 545px;
	left: 110px;
	height: 25px;
	width: 750px;
	display: none;
}

.colorbox{
	width: 75px;
	height: 25px;
}

#color1{
	position: absolute;
	left:0px;
	display: block;
}

#color2{
	position: absolute;
	left:75px;
	display: block;
}

#color3{
	position: absolute;
	left:150px;
	display: block;
}

#color4{
	position: absolute;
	left:225px;
	display: block;
}

#color5{
	position: absolute;
	left:300px;
	display: block;
}

#color6{
	position: absolute;
	left:375px;
	display: block;
}

#color7{
	position: absolute;
	left:450px;
	display: block;
}

#color8{
	position: absolute;
	left:525px;
	display: block;
}

#color9{
	position: absolute;
	left:600px;
	display: block;
}

#color10{
	position: absolute;
	left:675px;
	display: block;
}
