/* --- module: newsletter --- */

.msgLocked {
    padding: 20px 0px 20px 0px;
    text-align: center;
    border: 1px solid #CB3333;
}
.subscriptionAlert {
    padding: 15px 0px 0px 147px;
}

/* sidebar */
.newsletterSubscribeEmbed form fieldset {
    padding: 0px;
    margin: 0px;
    border: none;
}
.newsletterSubscribeEmbed form legend.header {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaaaaa;
}
.newsletterSubscribeEmbed label {
    display: block;
    padding: 0px 0px 10px 0px;
}
.newsletterSubscribeEmbed form input {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.newsletterSubscribeEmbed form .button {
    margin: 5px 0px 0px 0px;
    width: 48%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.newsletterSubscribeEmbed .button.subscribe {
    float: left;
}
.newsletterSubscribeEmbed .button.unsubscribe {
    float: right;
}

/* types */
/* ======================== */

/* --- newsletter_standard --- */
.newsletter_standard {}

/* --- newsletter_labelinline --- */
.newsletter_labelinline {}
.newsletter_labelinline .button.sendMail {
    width: 49%;
    margin-top: 5px;
}
.newsletter_labelinline .btnUnsubscribe {
    float: right;
}


/* --- newsletter_simple --- */
.newsletter_simple {}
.newsletter_simple,
.newsletter_simple input {
    text-align: center;
}
.newsletter_simple .button.sendMail {
    width: 49%;
    margin-top: 5px;
}