input[type="text"], input[type="number"], input[type="email"], input[type="password"], textarea {
    font-size: 14px;
    line-height: 1.7;
    border-radius: 0;
    padding: 8px 10px;
    width: 100%;
    border: 1px solid #e5e5e5;
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"], p.readmore .btn {
    background: #306d44;
    box-shadow: inset 0 -2px 0 #306d44;
    border: 1px solid transparent;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 20px;
    outline: none;
    display: inline-block;
  	text-indent: 0;
}

button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, p.readmore .btn:hover {
    background: #1d4830;
    box-shadow: inset 0 -2px 0 #1d4830;
    color: #ffffff;
}

button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, p.readmore .btn:active {
    background: #1d4830;
    box-shadow: inset 0 2px 0 #1d4830;
    color: #ffffff;
}

button + button {
    margin-left: 20px;
}

.header .form-wrapper {
    max-width: 350px;
    width: 100%;
    padding: 20px;
    position: relative;
    left: 50%;
    margin-left: -175px;
    margin-top: 40px;
    background: rgba(255,255,255,0.75);
}

.header .form-wrapper button, .formField.rsform-block button {
    width: 100%;
}

.header .form-wrapper .rsform-block, .formField.rsform-block {
    margin-top: 20px;
}
