@CHARSET "UTF-8";
body {
	margin:0;
	font-face: Georgia, Serif;
}

div#tgc_input, div#tgc_output, div#tgc_header {
	margin: 0;
	border: 0;
	width: 900px;
}
 
div#tgc_input, div#tgc_output {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 15px;
	height: 307px;
}

div#tgc_header {
	background: url("../img/header_bkg.jpg") no-repeat;
	height: 87px;
}

div#tgc_input {
	background: url("../img/input_bkg.jpg") no-repeat;
}

div#tgc_units {
	background: url("../img/dropdown.jpg") no-repeat;
	background-position: 95% center;
}

div#tgc_output {
	position: relative;
	top:0;
	left:0;
	background: url("../img/output_bkg.jpg") no-repeat;
}

div#tgc_header img {
	float:left;
	padding-right: 10px;
}

div#tgc_header h1 {
	margin: 0;
	padding-left: 25px;
	padding-top: 25px;
	color: #2e600c;
	font: 30px Georgia, Serif;	
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

div#tgc_input fieldset {
	position: relative;
	top: 145px;
}

div#tgc_units, input#tgc_price, input#tgc_efficiency, input#tgc_distance {
	background-color: #fff;
	float:left;
	margin:0;
	font: 16px Georgia, Serif;
	color: #c1c1c1;
	width: 175px;
	height: 40px;
	border: 2px solid #90b35d;
	padding: 5px;
	margin-left: 25px !important;
	margin-left: 12px;
	margin-right: 7px !important;
	margin-right: 20px;
}

div#tgc_units_select {
	position: absolute;
	top: 0;
	left:0 !important;
	left: 12px;
	background-color: #fff;
	margin:0;
	padding:0;
	font: 16px Georgia, Serif;
	color: #c1c1c1;
	width: 185px;
	border: 2px solid #90b35d;
	margin-left: 25px !important;
	margin-left: 12px;
	margin-right: 7px !important;
	margin-right: 20px;
}

div#tgc_units_select ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#tgc_units_select li {
	margin: 0;
	padding: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	overflow:hidden;
	width:100%;
}

a:link, a:visited 
{
	color:#ff6600;
	text-decoration:none;
}
a:hover, a:active 
{
	text-decoration:underline;
}

div#tgc_units_select a {
	color: #000;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	padding-right:100%;
	text-decoration: none;	
}

div#tgc_units_select a:hover {
	background-color: #c6c3a9;
}

div#tgc_input h2 {
	text-align: center;
	width: 900px;
	margin: 0;
	color: #2e600c;
	font: bold 26px Georgia, Serif;
	
}

div#tgc_output h2 {
	color: #2e600c;
	font: bold 26px Georgia, Serif;
	width: 412px;
	margin-top: 0;
	margin-left: 71px;
}


div#tgc_output p {
	width: 412px;
	font: 12px Arial, Sans;
	margin-left: 71px;
}

div#tgc_output ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	margin-left: 71px;
	width: 412px;
}

div#tgc_output ul a {
	color: #ff6600;
	font: 12px Arial, Sans;
	text-decoration: none;
}
div#tgc_output ul a:hover {
	text-decoration: underline;
}
div#tgc_output_boxes {
	position: absolute;
	top:72px;
	left: 530px;
	width: 207px;
	height: 140px;	
}

div#tgc_output_boxes div {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	width:  95px;
	height: 30px;
	border: 1px solid #c6c3a9;
}

input#calculate, input#startover {
	position:absolute;
}

input#calculate {
	left: 385px;
	top: 15px;
}

input#startover {
	left: 562px;
	top: 230px;
}
span.sub 
{
	font-size:70%;
	position:relative;
	top:3px;
}