/* Block newsletter */
#newsletter_block_left {
	display: block;
	float: right;
	text-align: right;
	margin-top: 16px;
}
#newsletter_block_left .title_block, #newsletter_block_left h4  {
	background: none;
	border: none;
	padding: 0px;
	color: rgba(255, 255, 255, 0.28);
}
#newsletter_block_left p {padding:0;}

#newsletter_block_left p.success_inline {
	color: #87FF61;
	text-align: right;
	margin-bottom: 10px;
}
#newsletter_block_left p.warning_inline {
	color: #FF6161;
	text-align: right;
	margin-bottom: 10px;
}

#newsletter_block_left input.inputNew {
	width: 170px;
	height: 25px;
	line-height: 25px;
	border: none;
	outline: none;
	padding: 0px 19px 0px 5px;
	background: rgba(255, 255, 255, 0.19);
	color: rgba(255, 255, 255, 0.31);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
}
#newsletter_block_left input.inputNew:hover {
	color: rgba(255, 255, 255, 0.81);
}
#newsletter_block_left input.inputNew:active {
	color: rgba(255, 255, 255, 0.81);
}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

#newsletter_block_left input.button_mini {
	height: 25px;
	width: 25px;
	border: 0;
	text-indent: -5000px;
	background: url(img/bg_bt_newsletter_ok.png) no-repeat 0 0;
	cursor: pointer;
	outline: none;
	position: absolute;
	margin-left: -25px;
	margin-top: -1px;
}

