.wr_regupedia-newsletter-form {
    width: 500px;
}

.wr_regupedia-newsletter-form input {
    border-radius: 3px;
    box-shadow: 0px 0px 1px #acacac;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #b5b3b4;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 4px 11px 3px 11px;
    width: 250px;
    margin-bottom: 10px;
}
#fe_ttaddress_privacy_notice {
    width: 15px;
    vertical-align: top;
}
#fe_ttaddress_privacy_notice_text {
    max-width: 405px;
    width: 80%;
    font-weight: 100;
    text-transform: none;
}

.wr_regupedia-content .wr_regupedia-newsletter-form button {
    background: #c41414; /* Old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c41414), color-stop(0.51, #9e0505));
    background-image: -o-linear-gradient(bottom, #c41414 0%, #9e0505 51%);
    background-image: -moz-linear-gradient(bottom, #c41414 0%, #9e0505 51%);
    background-image: -webkit-linear-gradient(bottom, #c41414 0%, #9e0505 51%);
    background-image: -ms-linear-gradient(bottom, #c41414 0%, #9e0505 51%);
    background-image: linear-gradient(to bottom, #c41414 0%, #9e0505 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c41414', endColorstr='#9e0505', GradientType=0); /* IE6-9 */
    border-radius: 3px;
    border-color: transparent;
    border-bottom: #8b0b0a;
    padding: 7px 15px;
    color: #fff;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    float: left;
}
#tt_address_info_text {
    max-width:405px;
}
.wr_regupedia-layerpopup-newsletter {
    max-height: 85vh;
    overflow-x: hidden;
}
.wr_regupedia-layerpopup-newsletter form label,
.wr_regupedia-newsletter-form label {
    text-transform: uppercase;
    width: 100px;
}

.wr_regupedia-newsletter-form img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
