.ABss_field_error{
    background: #ffe9e9;
}

.ABss_inline_form p{
    display: inline-block;
    margin-right: 10px;
}

.ABss_form label{
    display: block;
}

.xs_success_message{
    display:none;
    font-size: 1.2em;
    margin-top: 20px;
}

.ABss_form .placeholder { 
    color: #aaa;
}
.newsletter-form{
    text-align: center;
}
.newsletter-form input {
    background-color: rgba(221, 57, 66, 0.5);
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    width: 100%;
    outline: none;
}

.newsletter-form input:focus {
    background-color: rgba(221, 57, 66, 0.9);
}