

div.form {
	padding: 5px;
}

div.form div.text,
div.form div.checks {
	position: relative;
	margin-bottom: 0.3em;
}

div.form div.text label {
	display: block;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
}

div.form div.text input {
	display: block;
	width: 250px;
	margin-left: 110px;
}

div.form div.state input { width: 100px; }
div.form div.zip input { width: 50px; }



div.form div.checks label {
	display: block;
	margin-left: 30px;
}

div.form div.checks label.question {
	margin-left: 0;
	margin-bottom: 0.2em;
	font-weight: bold;
}


div.form div.submit input {
	display: block;
	width: 150px;
	margin-left: 110px;
}


div.form input.error {
	background-color: #F00;
}

