table.Porthouse
{
	border-collapse: collapse;
}

table.Porthouse td
{
	padding: 5px;
}

table.Porthouse td.headerCell
{
	display: none;
}
table.Porthouse td.labelCell
{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

table.Porthouse .fieldsetTitle
{
	font-weight: bold;
}

table.Porthouse td.inputCell
{
	padding: 5px;
}
table.Porthouse td.inputCell textarea
{
	width: 250px;
	height: 150px;
}

table.Porthouse td.submitCell
{
	text-align: center;
	padding: 8px;
}
