div.form-input{
	width: 100%;
}

#shell {
	height: 2000px;
}

#content {
	height: 1900px;
}
div.form-input {
	width: 340px;
	height: 30px;
}
div.form-input > input {
	float: right;
	width: 130px;
}

div.form-input > select {
	float: right;
	width: 135px;
}

div.checkbox {
	width: auto;
	height: auto;
}

fieldset.checkbox-group {
	width: 100%;
	border: none;
}

div.textarea {
	height: auto;
	width: auto;
	padding-bottom: 10px;
}

div.textarea > textarea {
	width: 100%;
}

fieldset {
	margin-left: 0px;
	padding-left: 0px;
}

ul.checkbox-list {
	list-style-type: none;
}

div.priceQuoteInfoWrap > input {
	width: auto;
}
div.priceQuoteInfoWrap > div {
	width: auto;
	padding-bottom: 15px;
}

#employee-count {
	float: none;
}

#submit-form-button {
	width: 135px;
	float: none;
}

#contact {
	bottom: 1500px;
}

.error {
	border: 1px solid red;
}