/*
==== Data Entry ====
*/
table {
	margin: 0;
	padding: 0;
	}

.data_entry_wrapper {
	background: #fff;
	width: 560px;
	margin: 0;
	overflow: hidden;
	}
	
.data_entry_pre {
/*	height: 20px; */
/*	background: url(images/forms/data_entry_pre.gif); */
	}
	
.data_entry_post {
/*	height: 20px; */
/*	background: url(images/forms/data_entry_post.gif); */
	}
	
.data_entry {
	padding: 0;
	margin: -3px 0 0 0;
	}

.data_entry p {
	margin: 0 0 10px;
	}
		
.data_entry td {
	vertical-align: top;
	padding: 0; 
	margin: 0; 
	}

.data_entry td {
	vertical-align: top;
	padding: 5px;
	}

.data_entry th {
	font-size: 10px;
	color: #919191;
/*	text-transform: uppercase; */
	padding-right: 20px;
	padding-top: 10px;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	}
	
.data_entry span input, .data_entry span textarea {
	width: 300px;
	border: 1px solid #aaa;
	}

.data_entry .financial {
  width: 112px;
  text-align: right;
	}
		
#txtEnquiry textarea {
	height: 150px;
	}
	
#txtAddress textarea {
	height: 50px;
	}

	
.data_entry sup {
	color: #cc0000;
	font-size: 14px;
	line-height: 0;
	position: relative;
	top: 1px;
	left: 2px;
	vertical-align: baseline;
	padding-right: 5px;
	}
	
.data_entry .results, .data_entry .results .label {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #666;
	}
	
.data_entry h3 {
	margin: 0 0 10px;
	font-size: 14px;
	color: #777;
	font-weight: bold;
	}
	
.data_entry_buttons {
	text-align: right;
	}
	
.data_entry_buttons input {
	margin-left: 10px;
	}
	
#btnSendEmail {
	width: 150px;
	height: 40px;
	background: #fff url(images/forms/btn_send_email.gif);
	color: #fff;
	border: none;
	line-height:200px;
	font-size: 0;
	position: relative;
	left: -5px;
	}
	
#btnReset {
	width: 85px;
	height: 40px;
	background: #fff url(images/forms/btn_clear.gif);
	color: #fff;
	border: none;
	line-height:200px;
	font-size: 0;
	position: relative;
	left: -5px;
	}
	
#btnCalculate {
	width: 120px;
	height: 40px;
	background: #fff url(images/forms/btn_calculate.gif);
	color: #fff;
	border: none;
	line-height:200px;
	font-size: 0;
	position: relative;
	left: -5px;
	}
	
	#btnApply {
	width: 110px;
	height: 30px;
	background: #f1f1f1 url(images/forms/btn_apply.gif);
	color: #fff;
	border: none;
	line-height:200px;
	font-size: 0;
	position: relative;
	left:0px;
	display: block;
	}
	
#calculator_disclaimer {
  padding: 20px 20px 20px 5px; 
}	

#calculator_disclaimer p {
  color: #999;
  font-size: 9px; 
  margin: 0 0 8px 0;
}	

.payment_amount h4 {
  margin-top: 5px;
}

	
