table.formtable
{
	background: #f9f9f9;
}
table.formtable th
{
	padding: 10 20;
	text-align: left;
	font-weight: 400;
	width: 30%;
}
table.formtable td
{
	padding: 5;
}
table.formtable .star
{
	color: #F00;
}
fieldset
{
}
fieldset legend
{
	font-weight: 900;
}
table.formtable textarea
{
	width: 100%;
	height: 120;
}
table.customform
{
	background: #f9f9f9;
}
table.customform th
{
	font-weight: 400;
	text-align: right;
	padding: 2 3 2 20;
}
table.customform td
{
	padding: 3;
}
table.customform input.text
{
	width: 100%;
}

