div.formdiv
{
	background: #f9f9f9;
	clear: both;
}
.formrow
{
	float: none;
	clear:both;
	height: 30;
}
.formheader
{
	float: left;
	padding: 10 20;
	text-align: left;
	font-weight: 400;
	width: 30%;
}
.formelement
{
	float: left;
	padding: 5;
}
.star
{
	color: #F00;
}
fieldset legend
{
	font-weight: 900;
}
div.formdiv textarea
{
	width: 100%;
	height: 120;
}
