table.Form
{
	border-top         : 1px solid #003366;
	width              : 100%;
	margin-bottom      : 12px;
}

table.Form tr
{
}

table.Form tr td
{
	border-top         : 1px solid #FFFFFF;
	border-bottom      : 1px solid #003366;
}

table.Form tr td.Label
{
	background-color   : #FFFFFF;
	padding-right      : 8px;
}

table.Form tr td.Editor
{
    width              : 475px;
    background-color   : #F2F2F2;
    padding            : 6px;
    padding-bottom     : 12px;
}

table.Form tr td.Editor label
{
    font-size          : 11px;
    font-weight        : normal;
}

table.Form tr td.Editor div.ul
{
    margin-left        : 12px;
}

table.Form tr.Item,
table.Form tr.AltItem
{
}

table.Form tr.Item td,
table.Form tr.AltItem td
{
}

table.Form tr td.Label label
{
    color              : #333333;
    font-size          : 13px;
    font-weight        : bold;
}
