/* form.css */
table.form
{
	width: 740px;
	border-collapse: collapse;
}
table.form th,
table.form td
{
	padding: 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.form td.action
{
	background: #e8e8e8;
}
