.newsletter_block {
}
/*.newsletter_block .title_block, .newsletter_block h4 {
    background: url("../image/newsletter.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    padding: 0 0 12px 28px;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}*/
.newsletter_block p{
	padding:0px;
}
.newsletter_block input.inputNew {
    border: 1px solid #555;
	background: none;
    color: #999999;
    font-size: 11px;
    height: 21px;
    padding: 0 5px;
    position: relative;
    width: 120px;
	margin-top:8px
}
.newsletter_block input.button_mini {
/*    background: url("../image/newsletter_ok.png") no-repeat scroll 0 0 transparent;*/
    background:#555;
	color: #999;
    border: 0 none;
    cursor: pointer;
    height: 23px;
    left: -4px;
    position: relative;
}

.newsletter_block p.success_inline {
    color: #418B19;
    font-weight: bold;
    text-align: center;
}
.newsletter_block p.warning_inline {
    color: #DA0F00;
    font-weight: bold;
    text-align: center;
}