/* Block newsletter */
#newsletter_block_left {
width: 300px !important;
float: right !important;
margin-right: 0px !important;
clear: right;
}
#newsletter_block_left h4 {
margin-bottom: 7px;
}

#newsletter_block_left p {padding:0;}
#newsletter_block_left p.newsletter_info{
	margin-top: 10px;
	width: 240px;
	font-size: 11px;
	}
#newsletter_block_left p.success_inline {
	color: #418B19;
	font-weight: bold;
}
#newsletter_block_left p.warning_inline {
	color: #DA0F00;
	font-weight: bold;
}

#newsletter_block_left input.inputNew {
	position: relative;
	top: -1px;
	padding:0 5px;
	height:20px;
	width:210px;
	border:1px solid #CECECE;
	font-size:10px;
	color:#999;
	outline: none !important;
}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

#newsletter_block_left input.button_mini {
	position: relative;
	top: 4px;
	left: 4px;
	height:19px;
	width:19px;
	border:0;
	text-indent:-5000px;
	background:url(img/bg_bt_newsletter_ok.png) no-repeat 0 0;
	cursor:pointer
}

