th, td, .calctable td {
padding:4px 0px ;
}


label { vertical-align: top;}


.calctable {
    width: 100%;
    border-collapse: collapse;
	margin-bottom: 30px;
}

.calctable th {
	color:#98771A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.25em;
	height:36px;
	border: none;
	}
	
.calctable label, .calctable2 label {
	float:left;
	font-weight:bold;
	padding:0px;
	width:150px;
}

.three td { height: 36px; vertical-align: top; }

.calctable input {
	margin: 3px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #35301E;
	width: 150px;
	background: #FFFFFF;
	border: solid 1px #D9CD9A;
	padding: 5px;
	}
	
.two input {
	margin: 3px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: none;
	width: 30px;
	}	
	
.col1 {
	width: 250px;
	}

.one .col1 {
	width: 150px;
	}

.three .col1 {
	width: 550px;
	}
	
.five .col1 {
	width: 250px;
	}

.six .col1 {
	width: 300px;
	}
	
.seven .col1 {
	width: 300px;
	}
	
.eight .col1 {
	width: 265px;
	}
	
.calctable input.button {
	width: 80px;
	height: 24px;
	background:url(/assets/layout/button2.png);
	color: #1F1700;
	font-size: 11px;
	font-weight:bold;
	float: left;
	cursor: pointer;
	margin-right: 10px;
	padding: 0 5px;
	border:0;
}
	
.calctable input.button:hover {
	background:url(/assets/layout/button-o2.png);
	color: #1F1700;
	text-decoration:none;
	border:0;
}	
	
a.button span {
	background:transparent url(/assets/layout/button-right2.png) no-repeat scroll right center;
	float:left;
	height:24px;
	line-height:24px;
	padding:0pt 15px 0px;
	margin:0;
	border:0;
}
	
a.button:hover span {
	background:url(/assets/layout/button-o-right2.png) right no-repeat;
	text-decoration:none;
	margin:0;
	border:0;
}

.alt { background:#F7F3E6; }

select {width: 60px; }	
