#newsletterform {
    color: #333;
    max-width: 610px;
    line-height: 1.5;
    padding: 0 10px;
}

#newsletterform .field {
    padding: 3px 0;
    position: relative;
}

#newsletterform label {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    padding-right: 10px;
}

#newsletterform .submit button {
    padding: 10px 20px;
    display: block;
}

#newsletterform .requiredlabel {
    margin-top: 15px;
    font-size: 11px;
    font-style: italic;
}

#newsletterform .notvalid {
    border: 1px solid #640000;
    background: #F99;
    color: #640000;
}

#newsletterform #brandnamic_privacy.notvalid + label {
    position: relative;
}

#newsletterform #brandnamic_privacy.notvalid + label:after {
    position: absolute;
    content: " ";
    width: 16px;
    height: 16px;
    background: url("//admin.ehotelier.it/icons/note_1.png") no-repeat 0 0 transparent;
    right: -16px;
    top: 50%;
    margin-top: -8px;
}