@charset "UTF-8";
#contactform {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 30px;
}


input[type=text], input[type=tel], input[type=email] {

}
textarea {

}
input[type=submit] {
    display: block;
    width: 40%;
    margin: 5px 0px 5px auto;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    border-width: 0px;
    border-style: none;
    max-width: 250px;
}
label {
    display: none;
}
#contactform label {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 3px;
	padding-top: 6px;
}
#contactform textarea {
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contactform input.half1  {
	width: 49%;
	margin-right: 2%;
	float: left;
}
#contactform input.half2  {
	width: 49%;
	float: left;
}
#contactform input#submit  {
    background-color: #FFFFFF;
    padding: 12px 24px;
    color: #FF6D37;
}
#contactform input, #contactform textarea {
    width: 100%;
    padding: 7px;
    border-radius: 4px;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFD9CB;
    border-style: none;
    font-size: 15px;
	color: #065082;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
