.locationSelect {
	margin-bottom: 20px;
	width: 500px;
}
.stateSelect {
	width: 160px;
}
.citySelect {
	float: right;
	width: 230px;
	margin-right: 100px;
	text-align: left;
}
form {
	margin: 20px;
}
.forms {
	font-size: 11px;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 150px;
	background-color: #333;
	padding: 20px;
	text-align: left;
	color: #ebebeb;
}
.forms, .categories {
	margin-right: auto;
	margin-left: auto;
}
.zipDesc {
	padding: 5px;
	width: 50%;
	text-align: left;
	border: 1px solid #cccccc;
	background-color: #333333;
	color: #ebebeb;
}
.categories {
	font-size: 11px;
	text-align: left;
	width: 600px;
	background-color: #333;
	padding: 20px;
	color: #ebebeb;
}
.categoryCell {
	width: 145px;
	line-height: 16px;
}
.submitButton {
	text-align: center;
}
input#submit {
	background-color: #FFA000; color: #ffffff; font-size: 11px; font-weight: bold; padding: 3px; border: 1px solid #666666; width: 150px;
	
}
.nameLeft {

}
.nameRight {
	float:right;
	width: 350px;
}
.instructions {
	float: right;
	width: 200px;
}
