  body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 14px;
    color: #BB440C;    // Changed
}

  #main{
	width:95%;
	height:750px;
	margin-top:0px;
	margin-bottom:0px;
    margin-left: 4%;
    margin-right: 4%;
}

  #first{
	width:100%;
	height:750px;
	float:left;
	padding:0px 0px 0px 0px;
}

  hr{
	border:0;
	border-top:0px solid #3F372F;
	border-radius:0px;
	margin-bottom:0px
}

  label{
	font-size:40px
	margin-top:10px;
	margin-bottom:0px;
    margin-left: 0%;
    margin-right: 0%
}

  input[type=text]{
	width:100%;
	height:65px;
	padding:0px 0px 0px 10px;
	margin-top:10px;
	margin-bottom:10px;
    margin-left:0%;
    margin-right:0%;
	border-radius:0px;
	border:0px solid #ffffff;
	font-size:40px
}

  input[type=email]{
	width:100%;
	height:65px;
	padding:0px 0px 0px 10px;
	margin-top:23px;
	margin-bottom:23px;
    margin-left:0%;
    margin-right:0%;
	border-radius:0px;
	border:0px solid #ffffff;
	font-size:40px
}

  textarea[type=textarea]{
	width:100%;
	height:300px;
	padding:7px 0px 0px 10px;
	margin-top:23px;
	margin-bottom:23px;
	border-radius:0px;
	border:0px solid #ffffff;
	font-size:40px
}

  input[type=submit]{
	background:linear-gradient(to bottom,#BB440C 100%,#BB440C 100%);

	width:100%;
	padding:52px 10px 55px 10px;
	margin-top:23px;
	margin-bottom:23px;
	border-radius:0px;
	border:0px solid #cbcbcb;
	border:20px;
	color:#fff;
	font-size:60px;
	font-weight:550;
}

  input[type=submit]:hover{
	background:linear-gradient(to bottom,#3F372F 100%,#3F372F 100%)
}