#contactfromholder {
    width: 973px;
    margin: 64px auto 0;
    padding-bottom: 64px;
}
input, textarea {
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	color: #acacac;
	font-weight: 400;
	border: 1px solid #EFEFEF;
	background-color: #FDFDFD;
	margin-bottom: 22px;
	padding: 15px 10px;
	border-radius: 8px; width:100%

}
label {display:block; color:#636363; font-size:21px; padding-bottom:12px; font-family: "Lato", sans-serif; font-weight: 300;}
.nameinput {
    float: left;
    width: 50%;
    margin-right: 3%;
}
.emailinput {
    float: left;
    width: 47%;
}

textarea {
  width: 100%; 
    height: 150px;
}
 input#name, input#email  {
	width: 100%; box-sizing: border-box;
}
input#subject {width: 100%;}
button {
	display: inline-block;
	border-radius: 8px;
	background: #e31b23;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	width: 100%;
	text-align: center;padding: 12px 10px;
	font-family: "Lato", sans-serif; font-weight: 400; text-transform:uppercase; font-size: 14px; border:none;
}
button:hover, button:focus {
	background: #7e7c7c; color:#fff;
	cursor: pointer;
}
button:active {
	background: #7e7c7c; color:#fff	;
}
.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input:focus, textarea:focus  {color: #4d4d4d;}