@charset "utf-8";

body {
    height: 560px;
    text-align: center;
}
.controlBack {
	height: 65px;
}
.controlPanelBack {
	height: 55px;
	margin-top: 5px;
	position: absolute;
	width: 160px;
}
.sliderClass {
	position: absolute;	
	width: 100px;
	top:430px;
}
.controlTextSet1{
	display: inline-block;
	position: relative;
	width: 140px;
	margin-top: 7px;
}
.labelOnWhite{
	position: absolute;
	color: black;
	font-weight: 999;
	white-space: nowrap;
}
#ElementContainer{
	position: absolute;
	height: 480px; width: 345px;
	margin-left: 20px;
	margin-top: 0px;
}
#whiteBackground{
	position: absolute;
	height: 480px; width: 345px;
	background-color: white;
	border-radius: 5px;
}
#canvasElement{
	position: absolute;
	height: 480px; width: 345px;
	left: 0px; top:0px;
}
#bottomElement{
	position: absolute;
	width: 108px; height: 208px;
	left: 121px; top: 220px;
}
#topElement{
	position: absolute;
	width: 72px; height: 161px;
	left:135px; top:15px;
}
#tubeLengthLbl{
	position: absolute;
	width: 90px; height: 40px;
	left:20px; top:400px;
}
#magnificationLbl{
	position: absolute;
	width: 72px; height: 40px;
	left:240px; top:400px;
}
#magSlider{
	margin-left: 230px;
}
#tubeSlider{
	margin-left: 15px;
}
#slideImg{
	position: absolute;
	width: 113px; height: 5px;
	left: 114px; top: 330px;
}
#equationTopLbl{
	position: absolute;
	width: 80px; height: 30px;
	left: 235px; top:211px;
	text-align: left;
}
#equationMidLbl{
	position: absolute;
	width: 90px; height: 30px;
	left:235px; top:224px;
	text-align: left;
}
#equationBotLbl{
	position: absolute;
	width: 80px; height: 30px;
	left:235px; top:237px;
	text-align: left;
}
#magDisplayNum{
	position: absolute;
	width: 80px; height: 30px;
	left:112px; top:250px;
	text-align: left;
}
#magLeftLabel{
	position: absolute;
	width: 100px; height: 30px;
	left:16px; top:232px;
	text-align: left;
}
#tubeLeftLabel{
	position: absolute;
	width: 100px; height: 30px;
	left:36px; top:192px;
	text-align: left;
}
#focLenLeftLabel{
	position: absolute;
	width: 100px; height: 30px;
	left:16px; top:308px;
	text-align: left;
}
