@charset "utf-8";

.email-unsubscription {
    max-width: 960px;
    margin: 0 auto 50px;
}

.email-unsubscription .navh1 {
    background: #FFF url(../renew-common/img/parts/graphPaper.png) repeat left top;
    padding: 30px 0 0 0;
    margin-bottom: 0 !important;
}

.email-unsubscription h1 {
    font-weight: bold;
    font-size: 36px;
    color: #323232;
    line-height: 110%;
    border-left: solid 8px #E20011;
    padding: 3px 0 5px 12px;
    margin: 0 0 25px 20px;
}

.email-unsubscription hr {
    height: 3px;
    background-color: #E20011;
    border: none;
    margin-bottom: 30px;
}

.email-unsubscription #main {
    margin-left: 20px;
}

.email-unsubscription h3 {
    font-weight: bold;
    font-size: 20px;
    color: #323232;
    line-height: 130%;
    background: #EBECEE;
    border-left: solid 5px #E20011;
    padding: 7px 12px;
    margin-bottom: 15px;
}

.email-unsubscription p.notice {
    margin-bottom: 30px;
}

.email-unsubscription #email {
    width: 382px;
    font-size: 16px;
    line-height: 16px;

    font-weight: normal;
    color: #323232;
    padding: 6px;
    border: 3px solid #FF9933;
    background-color: #FFFFCC;
    vertical-align: middle;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 1px rgb(0 0 0 / 10%) inset;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 10%) inset;
}

.email-unsubscription .entry button {
    font-weight: bold;
    color: #FFF;
    line-height: 120%;
    height: 106px;
    border: 1px solid #42A107;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4dbc0a), color-stop(100%, #42a107));
    background: -moz-linear-gradient(#4dbc0a, #42a107);
    background: -webkit-linear-gradient(#4dbc0a, #42a107);
    background: linear-gradient(#4dbc0a, #42a107);
    font-size: 18px;
    height: 40px;
    width: 100px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 10px;
    display: block;
}

.email-unsubscription .entry button:hover {
    cursor: pointer;
}

.email-unsubscription .error_message {
    color: #e30011;
    display: block;
    margin-top: 5px;
}

.email-unsubscription .required {
    color: #e30011;
}