

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin:0;
	padding:0;
}
h1 {margin:10px; color:#24a9f4}
h2 {margin:10px; font-size:17px; color:#878787;}
h3 {margin:5px; font-size:15px; color:#878787;}
p {margin:10px;}

.calcOverlay {
	background-color: #FFF;
	border: 5px solid #24a9f4;
	height:605px;
	width:585px;
}
 
.caps {
	font-size:18px;
	text-transform:uppercase;
}
.capsBlue {
	font-size:26px;
	text-transform:uppercase;
	color:#24a9f4
}
.row1 {
	width:100%;
	border-bottom: 1px solid #bad4db;
	overflow:hidden
}
.row2 {
	width:100%;
 	border-bottom: 1px solid #bad4db; 
	height:100px; 
 	padding:20px 0; 
	background-color:#d6f6ff;}
	
.row3 {
	width:100%;
	border-bottom: 1px solid #bad4db;
	padding:15px 0; 
	text-align:center;
	
}
.row3 a {
	color:#fff;
	text-decoration:none;
	background-image:url(../images/CalculateNowButton.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:27px;
	width:210px;
	display: block;
	margin: auto;
}
 


.row4 {
	width:100%;
	border-bottom: 1px solid #bad4db; 
   padding:20px 0; 
   height:130px;
	background-color:#f7fafb;
}
.row5 {
	width:100%;
	height:40px;
	text-align:center;
	padding:10px;
}
.row5 a {color:#24a9f4; text-decoration:none;}
input
{
	width:150px;
}
select
{
	width:153px;
}
