table.Lismore 
{
	width: 450px;
	margin: 20px;
}

table.Lismore td {
    padding: 5px;
}

table.Lismore td.headerCell 
{
	font-size: 12pt;
	font-weight: 600;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #353535;
	padding: 5px;
	border-bottom: 1px solid #999;
}

table.Lismore td.labelCell 
{
	vertical-align: top;
	text-align: right;
	width: 100px;
}

table.Lismore .fieldsetTitle {
	font-weight: bold;
}

table.Lismore td.labelCell .label {
}

table.Lismore td.inputCell 
{
	width: 250px;
}

table.Lismore td.inputCell .input {
}

table.Lismore td.submitCell {
    text-align: center;
    padding: 20px;
}
