.row1 td, .row2 td {
	height: 28px;
	vertical-align: top;
	border-right: 2px solid #ACD33A;
	padding-left: 7px;
}

.row1 td {
	background: #FFF;
}

.col1 {
	width: 118px;
	padding-left: 2px !important;
}

.col2 {
	width: 100px;
}

.col3 {
	width: 111px;
}

.col4 {
	width: 110px;
	border-right: none !important;
}

.topRow td {
	border-right: none !important;
	font-weight: bold;
}

.col1.rowTitle {
	font-weight: bold;
}

.col1.rowTitle span {
	display: block;
	margin-top: 14px;
}

.disclaimer {
	color: #C8C8C8;
	margin-top: 9px;
}

.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;
}

.formContent {
	margin-top: 5px;
	height: 407px;
	overflow: hidden;
}

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

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

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

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

/* for ie */
* html .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;
}

.contactFormPostHidden {
	position: absolute;
	top: 417px;
}

.contactFormPostVisible {
	position: absolute;
	top: 22px;
}

.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;
}