.news {
	background:#130303;
	float:left;
	clear:both;
	width:35%;
	height:4.5em;
	margin:2em 0 10em 5em;
	_margin:2em 0 0 2.5em;	
	padding:1em;
	border:1px solid #660000;
}
.news h2  {
	width:100%;
	float:left;
	clear:both;
	background:url(../img/newsletter_h2.gif) center left no-repeat;
	margin:0;
}
.news label {
	display:block;
	float:left;
	width:100%;
	clear:both;
	line-height:normal;
	margin:1em 0;
}
.news .text {
	float:left;
	width:85%;
	font-size:.8em;
	border:1px solid #fff;
}
.news .button {
	float:left;
	display:block;
	background:url(../img/newsletter_enviar.gif) top left no-repeat;
	width:3em;
	height:1.5em;
	text-indent:-5000px;
	*line-height:30px;
	border:none;
	cursor:pointer;
	margin:0 0 0 .5em;
}
