
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
    margin-bottom: -19px;
    padding: 1px 0 0;
    text-align: left;
}
.rtl #columns #newsletter_block_left .success_inline, .rtl #columns #newsletter_block_left .warning_inline {
    text-align: right;
}
#columns #newsletter_block_left .success_inline {
    color: #418b19;
}
#columns #newsletter_block_left .warning_inline {
    color: #f13340;
}
#footer #newsletter_block_left {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}
.rtl #footer #newsletter_block_left {
    float: right;
}
@media (max-width: 767px) {
#footer #newsletter_block_left {
    width: 100%;
}
}
#footer #newsletter_block_left h5 {
    font-size: 12px;
    margin-top: 0;
    text-transform: uppercase;
}
#footer #newsletter_block_left h5:after {
    display: none;
}
#footer #newsletter_block_left .block_content {
    margin: 5px 0;
    overflow: hidden;
}
#footer #newsletter_block_left .newsletter-input {
    float: left;
    height: 38px;
    width: 198px;
}
#footer #newsletter_block_left .warning_inline {
    clear: both;
    color: #f13340;
    display: block;
    font-size: 13px;
    line-height: 26px;
}
#footer #newsletter_block_left .success_inline {
    color: #418b19;
}
#bottom #newsletter_block_left form {
    margin: 0 auto;
    position: relative;
    width: 60%;
}
#bottom #newsletter_block_left form input[type="text"] {
    background: none repeat scroll 0 0 #45474a;
    border-color: #45474a;
    border-radius: 0;
}
#bottom #newsletter_block_left form .btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    position: absolute;
    right: 0;
    top: 0;
}
.rtl #bottom #newsletter_block_left form .btn {
    left: 0;
    right: auto;
}
#bottom #newsletter_block_left .warning_inline {
    clear: both;
    color: #f13340;
}
#bottom #newsletter_block_left .success_inline {
    color: #418b19;
}
