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

#SystemMessage{
	position: absolute;
	top: 180px;
	left: 25px;
	width: 400px;
	text-align: center;
}


#Capacitor{
	position: absolute;
	left: 450px;
	bottom: 125px;
	width: 125px;
	height: 275px;
}

#PowerButton{
	position: absolute;
	left: 90px;
	bottom: 30px;
	width: 40px;
	height: 80px;
	cursor: pointer;
}

#VoltageUpButton{
	position: absolute;
	left: 235px;
	bottom: 100px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#VoltageDownButton{
	position: absolute;
	left: 290px;
	bottom: 100px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#MoveRightButton{
	position: absolute;
	left: 750px;
	top: 215px;
	width: 150px;
	height: 50px;
	cursor: pointer;
}

#MoveLeftButton{
	position: absolute;
	left: 750px;
	top: 290px;
	width: 150px;
	height: 50px;
	cursor: pointer;
}


.PopOutSection{
	top:0px;
	width:230px;
	height:150px;
}

#BackToMain{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#990000;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: none;
}

#SeparationArea{
	position: absolute;
	left: 0px;
}

#AreaArea{
	position: absolute;
	left: 233px;
}

#ChargeArea{
	position: absolute;
	left: 466px;
}

#FieldArea{
	position: absolute;
	left: 699px;
}

.InvisibleButton{

}
