#inputField {
	position: absolute;
	left: 10px;
	top: 1px;
	z-index: 1;
}
#calculatedResults {
	position: absolute;
	left: 10px;
	top: 290px;
}
#graphOutput1 {
	z-index: 101;
	left: 500px;
	width: 398px;
	position: absolute;
	top: 10%;
}
#graphOutput2 {
	z-index: 101;
	left: 25px;
	width: 399px;
	position: absolute;
	top: 10%;
}
#graphOutput3 {
	z-index: 101;
	left: 500px;
	width: 398px;
	position: absolute;
	top: 10%;
}
#poweredBy {
	z-index: 103;
	left: 20px;
	width: 108px;
	position: absolute;
	height: 44px;
	visibility: hidden;
}
#statusbar {
	border-top: #3366ff 1px solid;
	z-index: 204;
	left: 0px;
	width: 100%;
	position: absolute;
	height: 20px;
	background-color: #ededed;
	visibility: visible;
}

#close {
	z-index: 101;
	left: 550px;
	width: 137px;
	position: absolute;
	top: 650px;
	height: 57px;
	background-color: transparent;
}
.spmbar {
	color: White;
}
.spmitm {
	font-family: Arial,sans-serif,helvetica;
	font-size: small;
}
#faqs{
	position:absolute;
	top: 10%;
	left:25px;
}

