﻿table
{
	width: 100%;
}

table.form th
{
	width: 120px;
	text-align: left;
	font-weight: bold;
	height: 18px;
}

table.form td
{
	text-align: left;
}

table.payments th
{
	color: White;
	background-color: #93bf7c;
}

table.payments tr.payments_alt_row
{
	background-color: #eaf9e2;
}