fieldset
{
	padding: 0;
	margin-top: 0;
	border: none;
}
label
{
	display: block;
}
p.hint, span.hint
{
	margin: 0;
	padding: 0;
	font-size: smaller;
	color: #999;
}
legend
{
	font-size: 150%;
	padding: 5px 0;
	color: #B0171F;
}
table.form
{
	border-collapse: collapse;
	width: 100%;
}
table.form td, table.form th
{
	padding: 5px;
  border: 1px solid #555;
  border-left: none;
  border-right: none;
}
table.form thead th
{
	border-bottom: 1px solid #555;
	background: #d5d5d5;   
}
table.form tfoot th
{
	border-top: 1px solid #555;
}
table.form tr.odd
{
	background: #f5f5f5;
}
table.form tr.even
{
	background: #d5d5d5;
}
table.form td.left, table.form th.left
{
	text-align: left;
}