#newsletterheader img {
	display:block;
}

div#newsletterform h1 {
	margin-bottom:10px;
}

div#newsletterform {
	margin-top:1em;
	width:158px;
}

div#newsletterform input {
	font-size: 10px;
	margin-bottom: 5px;
	width:158px;
	border:1px solid #7E9EB7;
	background-color:#F3F4EF;
}

div#newsletterform input[type=button] {
	background-color:white;
}

div#newsletterform input[type=button]:hover {
	background-color:#7E9EB7;
	color:white;
}

