/* Block newsletter */
#newsletter_block_left {
	float: right;
	width: 300px;
	height: 43px;
	border-left: 1px solid #c6c5c5;
}

.titleNewsletter{
	float: left;
	color: #7d7d7d ;
	font-style: italic;
	font-family: Ubuntu, sans-serif;
	font-weight: bold;
	margin-top: 14px;
	margin-left: 10px;
}
.block_contentNewsletter{
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}

#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;
	top: -1px;
	padding:0 5px;
	height:20px;
	width:200px;
	border:1px solid #ccc;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size:10px;
	color:#bcbcbc;
	background: url(img/icon/ok.png) no-repeat 185px 4px #e7e7e7;
}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

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