#DrawingSectionOne{
	position: absolute;
	top: 0px;
	width: 925px;
	left: 50px;
	height: 630px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#SwitchButton{
	position: absolute;
	top: 490px;
	left: 70px;
	width: 75px;
	height: 50px;
}

#CapacitorButton{
	position: absolute;
	top: 250px;
	left: 225px;
	width: 100px;
	height: 120px;
}

#ResistorButton{
	position: absolute;
	top: 250px;
	left: 50px;
	width: 100px;
	height: 120px;
}

#BatteryButton{
	position: absolute;
	top: 475px;
	left: 175px;
	width: 50px;
	height: 120px;
}

#ResetButton{
	position: absolute;
	top: 550px;
	left: 25px;
	width: 110px;
	height: 60px;
	padding-top: 15px;
	display: none;
	cursor: pointer;
}

#SystemMessage{
	position: absolute;
	top: 25px;
	left: 25px;
	width: 875px;
	height: 100px;

}

.InvisibleButton{

}
