.newsletter {
	color: yellow;
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-top: 10px;
	margin-left: 6px;
}
.newsletter .title {
	color: black;
	font-size: 12px;
	padding-bottom: 10px;
}
.newsletter input {
	width: 154px;
	margin-left: 10x;
	margin-right: 5px;
}
.newsletter  input[type="button"]  {
	background: #242970;
	border: 1px solid gray;
  	cursor: hand;
	width: 25px;
	color: white;
}