.editor div span
{
	display: block;
	float: left;
	width: 175px;
}

.editor div input
{
	width: 175px;
}

.editor div textarea
{
	clear: left;
	width: 250px;
	height: 350px;
}

table 
{
	border-collapse:collapse;
	border: 0px;
}

table tr.listheader
{
	background-color: lightgrey;
	font-weight: bold;
	text-align: center;
}

table tr.listheader td.item
{
	width: 200px;
}

.bodycontent .title
{
	display: none;
}

.bodycontent
{
	font-size: 12px;
}

.bodycontent h1
{
	text-align: right;
}

.bodycontent h2
{
	color: Gray;
}
