input, textarea{
  border:1px solid #3b3d42;
  border-radius:3px;
  padding:10px;
  margin-bottom:10px;
  width:300px;
  background:#FFF;
}
input:focus, textarea:focus {
	border:1px solid #f79839;
}
button{
	padding:10px;
	width:300px;
	color:#FFF;
	font-weight:300;
	font-size:90%;
	text-transform:uppercase;
	background:#f79839;
	border:1px solid #f79839;
}
button:hover{
	color:#f79839;
	background:none;
	border:1px solid #f79839;
}