/* Block newsletter */
#newsletter_block_left {
	margin-top:7px;
	padding:7px;
	background:#08aed8;
	height:67px;

}
#newsletter_block_left .title_block, #newsletter_block_left h4  {
	padding:0 0 12px 0px;
	color:#f2f2f2;
	text-transform:none;
	font-size:12px;
		white-space:nowrap;
	font-weight:normal
}

#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 {
	position: relative;
	
	padding:0 5px;
	height:32px;
	width:210px;
	border:1px solid #ccc;
	border-right:none;
	background-color:#f4f3f3;
	font-size:13px;
	color:#525252;
}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

#newsletter_block_left input.button_mini {
	top:-1px;
	position:relative;
	left:-2px;
	height:34px;
	width:42px;
	border:0;
	text-indent:-5000px;
	background:url(img/bg_bt_newsletter_ok.png) no-repeat center #4f4f4f;
	cursor:pointer
}
*:first-child+html #newsletter_block_left input.button_mini {padding-left:24px !important;}/* hack ie 7 */

