#contact{
	width: 340px;
	position: relative;
	margin-left: 285px;
	padding-top: 50px;
}
#contact input, #contact .styled-select, #contact select{
	border: 0 none;
	background-color: #fff;
	color: #c93a02;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	text-transform: uppercase;
}
#contact input[type="text"], #contact .styled-select{
	padding: 5px 14px;
	width: 309px;
	border: 1px solid #e7780c;
	float: left;
}
#contact input[type="text"]{
	margin-bottom: 10px;
	outline: none;
}
#contact .styled-select{
	overflow: hidden;
	width: 313px;
	position: relative;
	height: 34px;
	padding: 0 14px 0 10px;
}
#contact .styled-select .button{
	background-image: url(img/quick_drop_button.png);
	width: 55px;
	height: 34px;
	position: absolute;
	right: 0;
}
#contact .styled-select select{
	width: 327px;
	margin: 3px 0 0 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	z-index: 1;
	outline: none;
}
#contact input[type="submit"]{
	border: 3px solid #e7780c;
	float: right;
	margin-top: 10px;
	font-weight: bold;
	padding: 0 29px;
	color: #fff;
	background-color: #c93a02;
}
#contact ::-webkit-input-placeholder{
	color: #c93a02;
}
#contact :-moz-placeholder {
	color: #c93a02;
}
#contact ::-moz-placeholder {
	color: #c93a02;
}
#contact :-ms-input-placeholder {
	color: #c93a02;
}
#footer > div{
	display: none;
}
#footer{
	height: 140px;
}