
.newsletter_block p{
	padding:0px;
    margin: 0;
    overflow: hidden;
    line-height: 35px;
    position: relative;
}
.newsletter_block .description p:last-child {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}
.newsletter_block input.inputNew {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #5C5C5C;
    display: block;
    float: left;
    padding-left: 25px;
    position: relative;
    border-radius: 0;
    width: 70%;
}
.newsletter_block .button_mini {
    border: medium none;
    color: #6E6E6E;
    font-size: 12px;
    left: 8px;
    bottom: 10px;
    position: absolute;
}
.newsletter_block .submitNewsletter{
    background-color: #1C1C1C;
    border: medium none;
    color: #6E6E6E;
    font-size: 11px;
    padding: 9px 20px;
    line-height: normal;
    margin: 0 0 0 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;    
    display: block;
    float: left;
}

.newsletter_block p.success_inline {
    font-weight: bold;
    text-align: center;
}
.newsletter_block p.warning_inline {
    font-weight: bold;
    text-align: center;
}
.newsletter_block .alert {
    padding: 0 0 5px 0;
    border: 0;
    height: auto;
    line-height: normal;
    background: none transparent;
    margin: 0;
}