BODY{
	font-family: "Segoe UI", "Helvetica CY", sans-serif;
	font-size: 1em;
	background-color: #7a9027;
	color: #000;
	font-weight:normal;
}
.sendform{
	padding:1em;
}
h3 {
color: #ced876;
font-weight: 700;
margin-bottom: 1em;
text-align: center;
font-size: 1.3em;
text-transform: uppercase;
margin-top: 0;
}
.field {
margin-top: 0.4em;
overflow: hidden;
position: relative;
float: none;
clear: both;
}
 input[type="text"], textarea {
background: #ced876;
position: relative;
text-align: center;
display: block;
border: 1px solid #ced876;
font-size: 0.85em;
width: 100%;
box-sizing: border-box;
padding: 0.7em;
border-radius: 10px;
margin-bottom: 8px;
}
.button {
border: none;
width: 160px;
margin: 4px auto 0 auto;
display: block;
color: #eff76d;
background-color: #525831;
text-decoration: none;
padding: 12px 5px;
box-sizing: bordex-box;
text-transform: uppercase;
cursor: pointer;
}
.errors{
	padding-top:1em;
	text-align:center;
	font-size:0.8em;
}
.errors strong{
	color:#8b0000;
}