.newsletter {
	color: black;
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 400px;
	height: 80px;
	background: #e2e2e2;
	border: 1px solid #bababa;
	padding-top: 25px;
	padding-left: 25px;
}
.newsletter .title {
	color: white;
	font-size: 12px;
	padding-bottom: 10px;
}
.newsletter input {
	width: 170px;
	margin-left: 10x;
	margin-right: 5px;
	margin-top: 10px;
}
.newsletter  input[type="button"]  {
	background: #e10020;
	border: 1px solid #e10020;
  	cursor: hand;
	width: 135px;
	color: white;
}