div.errormsg {
}
#forumForm {
}
div.listitems {
  padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
}
div.itemhead {
}
div.itemdate {
	float: right;
}
div.itemname {
  font-weight: bold;
}
div.itemtext {
  padding: 0 0 0.3em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid Grey;
	margin-bottom: 10px;
}


body 
{
	background: #ffffff;
	color: #000000;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 13px;
}

A 
{ 
	color: #000; 
	text-decoration: none; 
	font-weight:bold; 
}
A:hover 
{
	text-decoration: underline;
}
INPUT.button {
  margin-left: 100px;
}
INPUT
{
  background-color: #FFFFFF;
	border: 1px solid Black;
	font-size: 10px;
}

LABEL {
	display: inline-block;
	min-width: 100px;
  font-size: 0.9em;
}

TEXTAREA
{
  border: 1px solid Black;
	width: 320px;
	text-align: left;
}

HR
{
	height: 1px;
	color: #aaa;
	border: 1px solid #aaa;
}
