/* Block newsletter */
#newsletter_block_left {
	margin-bottom:25px;
}
#newsletter_block_left .block_content{
	padding-top:7px;
}
#newsletter_block_left p {padding:0;}

#newsletter_block_left p.success_inline {
	color: #418B19;
	text-align: center;
	font-weight: bold;
}
#newsletter_block_left p.warning_inline {
	color: #960000;
	font-weight: bold;
	margin-top:-10px;
	margin-bottom:5px;
}

#newsletter_block_left input.inputNew {
	max-width:174px;
	width:174px;
	float:left;
	height:15px;
}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

#newsletter_block_left input.button_mini {
	cursor:pointer;
	background:url(img/gradient_b30.png) repeat-x right top #961136;
	height:31px;
	line-height:31px;
	border:none;
	font-family: 'Oswald',sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:0 30px 0 10px;
	border-radius:0 3px 3px 0;
	margin-left:-3px;
	outline:none;
	
}
input::-moz-focus-inner {
    border:0;
    padding:0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#newsletter_block_left input.button_mini {
	height:31px;
	line-height:31px;}
}


