@charset "utf-8";
/* CSS Document */

body {
	background-color:#ddeede;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
}
p {
	font-size:85%;
	margin:0 0 5px 25px;
	max-width:650px;
}
form {
	width:600px;
	margin:15px auto 10px 20px;
}
label {
	display:block;
}
textarea {
	background-color: #DDDDDD;
	width:400px;
	height:150px;
}
.textInput {
	background-color: #dddddd;
	width:250px;
}
.state {
	background-color: #dddddd;
	width: 55px;
}
.zip {
	background-color: #dddddd;
	width: 75px;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.clearIt {
	clear: both;
}
