form {
	text-align: left;
}
label {
	display: block;
	font-weight: bold;
	width: 150px;
	float: left;
	clear: left;
	text-align: left;
	margin-bottom: 10px;
}
input.text, textarea {
	margin-bottom: 10px;
	border: 1px inset #002266;
	width: 200px;
	float: left;
}
.radio, .checkbox {
	display: block;	
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
.radio input, .checkbox input {
	margin-right: 5px;
	vertical-align: bottom;
}

#submit {float: left}
#state { width: 30px;}
#zip { width: 50px;}
#phone, #fax, #startdate, #squarefoot { width: 100px }

#typeofconstructionother, #iamaother, #productsother {
	width: 130px;
	border: 1px inset #002266;
}
.error {
	border: 1px solid #f00;
	background-color: #fee;
}
#state, #zip { margin-right: 150px;}