/* 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(0, 0, 0, 0.28);
}
#newsletter_block_left p {
	padding:0;
}
.myaccount p.success_inline {
	color: #4bca23;
	text-align: right;
	margin-bottom: 2px;
	float: left;
}
.myaccount p.warning_inline {
	color: #FF6161;
	text-align: right;
	margin-bottom: 2px;
	float: left;
}
.myaccount input.inputNew {
	width: 170px;
	height: 25px;
	line-height: 25px;
	border: none;
	outline: none;
	padding: 0px 19px 0px 5px;
	background: rgba(0, 0, 0, 0.19);
	color: rgba(0, 0, 0, 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;
}
.myaccount input.inputNew:hover {
	color: rgba(0, 0, 0, 0.81);
}
.myaccount input.inputNew:active {
	color: rgba(0, 0, 0, 0.81);
}
*:first-child+html .myaccount input.inputNew {
	position:static;
}/* hack ie 7 */
.myaccount 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: 0;
}
