html, body, form
{
	padding: 0;
	margin: 0;
	background-color: #00A5E5;
}

#footer
{
	position:relative;
	margin:0 auto; 
	width:798px; 
	background-image: url('images/home/footer.gif'); 
	background-position:center; 
	background-repeat:no-repeat; 
	height:126px;
}

#footerContents
{
	padding-top:100px; 
	padding-left:450px;
	font-family: Arial;
	font-size: x-small;
}

.clearDiv 
{
	clear: both;
	height: 0px;
}

.errors
{
	color: #FF0000;
	font-size: 0.916em;
	margin-bottom: 5px;
	position: relative;
}
.errors ul li
{
	margin-left: 16px;
}
.errors ul li
{
	color: #FF0000;
	font-size: 0.916em;
	list-style-type: square;
	padding: 0;
	background: none;
}

.disclaimer
{
	font-size:smaller;
}

/* --- Calculators - Start --- */

.calculator
{
	margin: 20px;
	width: 500px;
}

.calculator .comment
{
	width: 400px;
}

.calculator .radioBtnList input
{
    vertical-align: middle;
}

.calculator .radioBtnList label
{
    margin-right: 10px;
    margin-left: 3px;
    white-space: nowrap;
}

.calculator .radioBtnList td
{
	width: auto !important;
}
/* --- Evaporator Calculator - Start --- */
.calculator .evaporatorCalculator
{
	margin-bottom: 5px;
	padding: 20px 20px 20px 20px;
	width: 400px;
	height: 220px;
	background: transparent url("/Controls/CalcBG.gif") no-repeat;
}

.calculator .evaporatorCalResult
{
	padding: 10px 0px 10px 20px;
	border: solid 2px #7EBCD1;
	background: #008DFF;
	color: White;
	width: 420px;
}

.calculator .evaporatorCalResult table
{
	color: White;
}

.calculator .evaporatorCalculator td
{
	width: 120px;
}

.evaporatorCalculator h3
{
	color: #05A7E5;
	margin: 0px;
}
/* --- Evaporator Calculator - End --- */

/* --- Quote Calculator - Start --- */

.calculator .quoteCalculatorOverview td
{
	width: 120px;
}

/* --- Quote Calculator - End --- */

/* --- Calculators - End --- */
