.formPane{
	width: 218px;
	height: 427px;
	position:absolute;
	top:119px;
	left:725px;
	z-index: 3;
}
.formPane td{
  vertical-align: middle;
}
.formPane .holder{
  width: 100%;
}
.formPane .results{
  color: #EF3C18;
  font-weight: bold;
  font-size: 10px;
  text-align: left;
  display: none;
}
.formPane .formLabel{
  font-weight: bold;
  font-size: 16px;
  color: #EF3C18;
}
.formPane .calculator{
  width: 100%;
  vertical-align: top;
}
.formPane .textField{
  width: 75px;
}
.formPane .invalidTextField{
  background-color: rgb(255,102,51);
  width: 75px;
}
.formPane .small{
  font-size: 8px;
}
.bold{
  font-weight: bold;
}
.description{
  background-color: white;
  padding: 5px;
  display: none;
}
.mainback {
	background-image: url(../images/newback.jpg);
	background-repeat: no-repeat;
}
.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000 !important;
	text-decoration: underline;
}

