/* Block newsletter */
#newsletter_block_left {
	
	display:inline-block;
	height:42px;
	width:80%;
}
.block_content {
	display:block;
	width:100%;
}
#newsletter_block_left h4 {
	padding:0 0 12px 28px;
	color:#666;
	text-shadow:0 1px 0 #fff;
	background:url(img/icon/newsletter.png) no-repeat 0 0 transparent;
}
#newsletter_block_left p {padding:0;}

#newsletter_block_left p.success_inline {
	color: #418B19;
	text-align:left;
	font-weight: bold;
	float:left;
	line-height:24px;
	margin-right:20px;
}
#newsletter_block_left p input {
	background:none repeat scroll 0 0 #333333;
	border:medium none;
	height:28px;
	width:265px;
	border-radius: 5px 5px 5px 5px;
	color:#999999;
	font-size:14px;
	margin-left:230px;
	position:absolute;
	margin-top:7px;
	padding-left:8px;
}
#newsletter_block_left p.warning_inline {
	color: #DA0F00;
	float:left;
	text-align:left;
	font-weight: bold;
	line-height:24px;
	margin-right:-130px;
}

.lof-module {list-style:none outside none}
#newsletter_block_left input.inputNew {
	position: relative;
	top: -1px;
	padding:0 5px;
	height:20px;
	width:148px;
	border:1px solid #ccc;
	border-right:none;
	-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:#999;
}

#newsletter_block_left input.button_mini {
	background:url("img/letter.png") no-repeat scroll right center transparent;
	postion:relative;
	height:42px;
	width:73px;
	border:0;
	text-indent:-5000px;
	position:absolute;
	cursor:pointer;
	right:0;
	top:0;
	margin:0;
}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

*: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 */
}/* */
