input[type=submit] {background: #000 !important;}

input[type=submit] {
    background: #fff !important;
border-width: 1px;
color: #000000;
    padding: .3em 1.2em .3em 1.2em;
}

input[type="submit"]:hover {
    background: #000 !important;
border-width: 1px;
border-color: #000000;
color: #ffffff;
}

.newsletter_notice  
{
    color: #000000 !important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.5em !important;
}


p.input_wrapper
{
padding-top:6px !important;
}