
#form1 .text-input, #form1 textarea {
	font-size: 16px;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: inherit;
padding: 15px;
background-color: #bdcf52;
}
.secure {
	background: #ff7f55;
}
.submit {
	background: #6695ed;
	color: #fff;
border:none;
}
.submit:hover {
	background: #a7b554;
	color: #fff;
border:none;
}
body {
	font: 16px/160% 'Open Sans', sans-serif;
}