#postingbox dd cite {
	font-size: 75%;
	color: #900;
}
#postingbox ul {
	list-style-type: none;
}
#err {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #900;
	border: 1px solid #900;
	margin: 24px;
	padding: 12px;
	background-color: #fcc;
}