#newsletterbox {
	width: 237px;
	height: 160px;
	color: #0E4661;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/newsletterbox2.png);
	background-repeat:no-repeat;
}

#newsletterheader {
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: white;
	/* text-decoration: underline; */
}

#newsletterbody {
	color: white;
	font-size: 70%;
	margin: 10px 10px 0px 140px;
}

#subscribe {
	margin: 10px 10px 10px 120px;
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
}

#newsletterpic {
	position: relative;
	top: -10px;
	right: 30px;
	float: left;
	display: block;
}

#newsletterclick {
	/* float:right; */
	text-align: right;
	padding-right: 8px;
	font-size: 70%;
	color: white;
}

#newsletterclick img {
	width:auto;
	height:auto;
}

#newsletterclick a {
	color: white;
}
