#nav {
	min-height: 530px;
	height: auto !important;
	height: 530px;
}
#form {
	color: #ffffff;
	width: 750px;
	background-color: #f6a52c;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
#form p {
	color: #ffffff;
	margin-left: 12px;
	margin-right: 12px;
}
.invalid {
	color: #8d2314;
}
#form input[type=text] {
	border-style: none;
	height: 18px;
}
#form input, #form select {
	background-color: #fad58d;
	margin-bottom: 5px;
}
.submit {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
#form input[type=text] {
	width: 350px;
}
#form #col {
	display: inline;	
	width: 350px;
	float: left;
	margin-left: 12px;
	margin-right: 6px;
}
#form #wide {
	display: inline;	
	width: 700px;
	float: left;
	margin-left:  12px;
	margin-right: 12px;
}
#form textarea {
	width: 718px;
	border-style: none;
	background-color: #fad58d;
}