/* Block newsletter */


#newsletter_block_left p {padding:0;}

#newsletter_block_left p.success_inline {
    text-align: center;
    font-weight: bold;
}
#newsletter_block_left p.warning_inline {
    color: #DA0F00;
    text-align: center;
    font-weight: bold;
}

#newsletter_block_left input.inputNew {
    margin-top: 8px;
    width:140px;
    border:none medium;
    float: left;
    -moz-border-radius:   3px 0 0 3px;
    -webkit-border-radius:  3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);

}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

#newsletter_block_left input.button_mini {
    border:none;
    float: left;
    height: 28px;
    margin-top: 8px;
    padding: 0 5px 2px;
    font-size: 16px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius:  0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

