#newsletter span.date {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	padding-right: 4px;
}
#newsletter span.heading {
	font-weight: normal;
}

#newsletter .dotted-top {
	border-top: 1px dotted #000;
}

#newsletter ul.list-layout {
	width: 616px;
}

#newsletter .bottom {
	clear: both;
	font: italic 11px "Georgia", "Times New Roman", Times,serif;
	letter-spacing: 1px;
	margin: 30px 0 20px;
	padding-left: 8px;	
}

#newsletter .bottom li.label {
	font-weight: bold;
	color: #FFF;
	margin-right: 0;
	cursor: auto;
}

#newsletter .bottom li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

#newsletter_links #newsletters li {
	border-top: 1px dotted black;
	padding-top: 2px;
	padding-bottom: 2px;
	height: inherit;
}

#newsletter_links #newsletters li:last-child {
	border-bottom: 1px dotted black;
}

#newsletter_links  ul#subscribe {
	margin-bottom: 10px;	
}

#id_email {
	width: 250px;
}

textarea.error  { border:2px solid red; }



