#contact-form {
	margin: 0;
	padding: 0;
}

#contact-form input {
	padding: 2px;
	border: 1px solid #000;
	font: 10px Helvetica, Arial, Verdana, sans-serif;
}

#contact-form label {
	clear: both;
}
.form-item-label-group {
	margin-bottom: 5px;
	float: left;
}

#first-name {
	width: 119px;
}
#first-name input {
	width: 112px;
}
#last-name {
	width: 119px;
}
#last-name input {
	width: 112px;
}
#email {
	width: 119px;
}
#email input {
	width: 112px;
}
#phone {
	width: 119px;
}
#phone input {
	width: 112px;
}
#street-address {
	width: 238px;
}
#street-address input {
	width: 231px;
}
#city {
	width: 119px;
}
#city input {
	width: 112px;
}
#state {
	width: 30px;
}
#state input {
	width: 23px;
}
#zip-code {
	width: 89px;
}
#zip-code input {
	width: 82px;
}
#message {
	width: 238px;
}
#message textarea {
	margin-bottom: 2px;
	padding: 4px 2px;
	width: 231px;
	height: 50px;
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	border: 1px solid #000;
}
#bottom-group {
	margin: 0;
	padding: 0;
}
#image-code {
	vertical-align: top;
}
#send-button {
	height: 21px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 2px solid #000;
	background: #fff;
}
