.form-field, .form-submin {
    margin: 10px 0;
}
.form-field input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #aaa;
}
input[type="submit"] {
    width: 100%;
    height: 40px;
    background-color: #1c4726;
    border: 1px solid #1c4726;
    border-radius: 3px;
    color: #fff;
    font-family: Bebas Neue, Arial, sans-serif;
    text-transform: uppercase;
    font-weight:700;
    font-size:20px;
}
.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}