.formBody {
	background: url('../images/formBk.gif') repeat;
	width: 240px;
	margin: 9px 0 0 0;
}

.formBody img { display: inline; vertical-align:baseline; }

.formBody .iconbtnleft {
	margin-top: 4px;
}

.calcForm{
	margin-top: 5px;
}

.calcButton {
	margin: 9px 0 5px 134px;
	zoom: 1;
}

.calcForm label {
	display: block;
	float: left;
	display: inline;
	width: 109px;
	padding-top: 1px;
	margin-left: 17px;
	color: #AACD31;
}

.calcForm .formItem {
	zoom: 1;
	margin-bottom: 12px;
}

.calcForm .textField {
	width: 102px;
	border: 1px solid #939493;
	font-size: 11px;
	height: 15px;
}

/* for ie */
* html .calcForm .textField {
	height: 13px;
}

.calcButton img
{
	background-color:#a5cb38;
}

.calcButton a:hover img
{
	background-color:#ffffff;
}

/* fix for ie6 */	
.calcBtn span
{
	background-color:#a5cb38;
}

.calcBtn:hover span
{
	background-color:#ffffff;
}	

.formBody span {
	color: #AACD31;
}

.calcForm .sendButton {
	margin: 9px 0 0 167px;
}

.sendButton img
{
	background-color:#a5cb38;
}

.sendButton a:hover img
{
	background-color:#ffffff;
}

/* fix for ie6 */	
.sendBtn span
{
	background-color:#a5cb38;
}

.sendBtn:hover span
{
	background-color:#ffffff;
}

/* added 1-23-08 */
.dpField {
	width: 42px !important;
	text-align: right;
	padding-right: 4px;
}

.totals {
	color: #FFF !important;
}

.totalField {
	border: none !important;
	background: transparent;
	width: 130px;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	text-decoration: underline;
	float: left;
}

.hiddenCalc {
	position: relative; 
	top: 0px;
	left: 0px;
}

.hiddenCalcSpacer {
	height: 82px;
}

.closeCalc {
	text-align: right;
	background: #F4F4F4;
	z-index: 45;
}

.closeCalc a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}