body, p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

a:link {  text-decoration: none; color: black; }
a:visited {  text-decoration: none; color: black; }
a:active {  text-decoration: underline; color: black; }
a:hover {  text-decoration: underline; color: black; }


div#subscription-box {
	float: right;
	margin: 1.1em 0 1.0em 20px;
	border: solid black 1px;
	background-color: #eef;
	padding: 0 14px 24px 14px;
}

div#subscription-box h3 {
	margin: .25em 0 .75em 0;
}
div#subscription-box p {
	margin: .25em 0;
}

span.subscribe-error {
	background-color: red;
	color: white;
	padding: 0;
}

span.warning {
	color: red;
	font-weight: bold;
}