body {
	padding: 0;
	margin: 6px 2px;
  background: #464849;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14px;
}
input, input:focus {
  background: #f2f2f2;
  color: #141412;
  border: none;
  padding: 14px 12px;
  margin-bottom: 4px;
}
input[type="text"] {
  width: 200px;
}
input[type="email"] {
  width: 324px;
}
input[type="submit"] {
  width: 100px;
  background: #f7be68;
}
input[type="submit"]:hover {
  color: #ffffff;
  background: #0099cc;
  cursor: pointer;
}
input:focus::placeholder {
  color: transparent;
}
#newsletter {
  width: 600px;
}
.response {
	color: #ffffcc;
	font-size: 17px;
	text-align: center;
}