div#newsletter
{
	position:relative;
	left:0px;
	top:0px;
	border:1px solid black;
	width:360px;
	padding-bottom:10px;
	font-family:Verdana;
	font-size:10px;
}
div#newsletterheadline
{
	background-color:gray;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:5px;
	padding-top:2px;
	padding-bottom:2px;
	width:100%;
}
div#newsletter label
{
	margin-left:5px;
	margin-top:10px;
}
div#newsletter div.spacer
{
	font-size:1px;
	height:10px;
}
div#newsletter input.text
{
	position:absolute;
	width:200px;
	height:15px;
	left:150px;
	border:1px dotted gray;
	font-family:Verdana;
	font-size:10px;
}
div#newsletter input.button
{
	width:168px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	margin-left:5px;
	background-color:#6f70c7;
	color:#FFFFFF;
}
div#newsletter form
{
	display:inline;
}
