*{margin:0;padding:0;}
html{font-size:100%;}

:focus{-moz-outline-style:none;}


body{
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	background: url(../img/estimate_bkgrnd.jpg) #004789 top center no-repeat;
}
body.redirect {
	background: url(../img/estimate_bkgre.jpg) #FFF top center no-repeat;
}


h3 {
	font-size: 1em;
	line-height: 2em;
}

form {
	margin: 15px auto 5px auto;
	width: 530px;
	position: relative;
}


ul {
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	list-style-type: none;
	margin-left: 52px;
}

ul li {
	padding: 10px 0;
	width: 220px;
	list-style-type: none;
	float: left;
}

label {
	display: block;
	font-weight: bold;
}


input.form-field {
	height: 16px;
	width: 188px;
	color: #333;
	border: none;
	background: url(../img/estimate-form-field-background.gif) center center no-repeat;
	margin-top: 2px;
	padding: 5px;
	font-size: 1.2em;
}


li.notes {
	width: 420px;
}

textarea.comments {
	margin-top: 2px;
	padding: 5px;
	height: 130px;
	width: 410px;
	font-size: 1.2em;
	border: none;
	background: url(../img/estimate-form-comments-background.gif) center center no-repeat;

}

.buttons {
	text-align: center;
	margin: 10px 0px 0 51px;
}

span.clear{display:block; clear:both;}


/* checkbox and radio image function */ 
.checkbox {
	width: 25px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../img/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio {
	width: 25px;
	height: 25px;
	padding: 0 5px 0 0;
	display: block;
	clear: left;
	float: left;
	background-image: url(../img/radio.png);
	background-repeat: no-repeat;
}


/*---------------- Redirect Page ----------------*/

#redirect {
	margin: 20px auto;
	width: 530px;
}

#redirect h3 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	padding-bottom: 1.2em;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	padding-top: .5em;
}

#redirect p {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.4em;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	text-transform: none;
}
