﻿html, body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
fieldset
{
	border: 0;
	margin: 0px;
	/*overflow: auto;*/
	padding: 10px 0 0 0;
	/*width: 80%;*/
}
.panel
{
	margin: 5px 5px;
	padding: 0px 10px;
}
#UpdatePanel1 {
	width: 90%;
}
legend
{
	font-weight: bold;
	padding: 2px 5px;
}
.oneField
{
	display: block;
	margin: 3px 0pt;
	vertical-align: middle;
}
.inlineSection .oneField
{
	display: inline;
	margin-right: 2px;
	white-space: nowrap;
}
label.preField
{
	margin: .5em 4px 0pt 0pt;
	display: block;
	/*padding: 0pt 2px;*/
}
.label
{
	display: block;
	margin: 0.6em 4px 0pt 0pt;
	padding: 2px;
}
input
{
	margin: 0pt 2px 0pt 0pt;
	padding: 2px 0pt;
}
select
{
	margin: 2px 2px 1px 0pt;
	padding: 0pt;
}
.actions
{
	margin: 0px;
	padding: 5px 0 0;
}
span.error
{
	display: block;
	margin: 2px;
	color: #d64012;
	font: 10px bold Arial, Helvetica, sans-serif;
}
.box { 
 width: 100%;
 font: 12px Georgia, "Times New Roman", Times, serif;
 color: #8c6239;
}
 
.box h2 { font-size: 20px; color: #603913; margin: 0;  }
.box div.topleft  {
        background: url(../_images/all.jpg) no-repeat scroll left top;
        display:block;
        padding:2em 0 0 1.5em;
}

.box div.topright {
	display: block;
	background: url("../_images/all.jpg") top right no-repeat white;
	padding: 2.0em;
	margin: -2.0em 0 0 .25em;
}

.box div.bottomleft {
	display: block;
	height: 110px;
	margin-top: -2.0em;
	background: url("../_images/all.jpg") bottom left no-repeat white;
}

.box div.bottomright {
	display: block;
	background: url("../_images/all.jpg") bottom right no-repeat white;
	height: 110px;
	margin-left: 10em;
	margin-top:-0;
	position: relative; 
}

#content {height: 275px}

select.selectOne {
	width: 180zzvpx;
	padding: 4px 3px;
	font: 12px Georgia, "Times New Roman", Times, serif; 
	color: #999999;
}
#lnkBtnCalculate {
	background: #fff url(/carbonfootprint/_images/btn_calc.png) no-repeat bottom left;
	width: 94px;
	height: 30px;
	display: block; 
	overflow: hidden;
	text-indent: -9999px;
	margin-right: 15px;
}
	#lnkBtnCalculate:hover {
		background-position: top left;
	}
#lnkBtnBack {
	background: #fff url(/carbonfootprint/_images/btn_tryagain.png) no-repeat bottom left;
	width: 94px;
	height: 30px;
	display: block; 
	overflow: hidden;
	text-indent: -9999px;
	
}
	#lnkBtnBack:hover {
		background-position: top left;
	}
.box h3 {
	margin: 0;
	padding: 5px 0 3px;
	font-weight: 900;
	border-bottom: 1px solid #8c6239;
}
.box a img, img { border: none; outline: none; }
.results {
	width: 45%;
	margin-right: 5%;
	float: left; 
	background-color: #fbfeaa;
}
	.results p span { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 20px; }
	#content .results p {
		margin: 0;
		padding: 0 0 15px 3px; 
	}
	div.results h4 {
		margin: 0 0 0 0;
		padding: 8px 0 0 3px;
	}
p.fact { padding-top: 10px; clear: both; font-family: Arial, Helvetica, sans-serif;}
p.fact span { font-weight: bold; background-color: #fbfeaa;}
#GetThis { position: absolute; top: 60px; left: 25%; color: #999; }

