 
#newsletter_block_left { 
	clear: both;
} 

#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: #DA0F00;
	text-align: center;
	font-weight: bold;
}

#newsletter_block_left input.inputNew {
	padding:0 5px;
	height:28px;
	width:125px;
	border:1px solid #333333;
	background: #000;
	border-right:none;  
	font-size:10px;
	color:#fff;
	margin-left: 0;
	display: inline;
	float: left;
} 

#newsletter_block_left input.button_mini {
	float: left;
	width:21px;
	height: 30px;
	border:1px solid #333333;
	border-left: 0;
	font-size: 0;
	text-indent: -60000px;
	background: #000;
	background-image: url(newsletterbutton.png);
	background-position: 50% 50%;
	background-repeat: no-repeat; 
	display: inline;
}
*:first-child+html #newsletter_block_left input.button_mini {padding-left:24px !important;}/* hack ie 7 */

