/* Newsletter */

.news{
	width: 280px;
	padding:10px;
	float: left;
	margin-top: 30px;
}

form#news input[type="email"], input[type="text"]{
    height: 40px;
	width: 268px;
	padding-left:10px;
	border:1px solid #eee;
	margin-top:8px;
	
	-webkit-box-shadow: inset -1px -1px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    inset -1px -1px 2px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         inset -1px -1px 2px 0px rgba(50, 50, 50, 0.2);
}

form#news input[type="submit"]{
    height: 40px;
	margin-top:8px;
	width: 280px;
	float: right;
	position:relative;
	color:#FFF;
	border:none;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

background: #b20000; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #b20000 0%, #df0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b20000), color-stop(100%,#df0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #b20000 0%,#df0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #b20000 0%,#df0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #b20000 0%,#df0000 100%); /* IE10+ */
background: linear-gradient(135deg,  #b20000 0%,#df0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20000', endColorstr='#df0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* Fim Newsletter */