﻿table.form
{
	background-color: #fafafa;
}
table.form td.input
{
	width: 370px;
}
table.form input.text,
table.form textarea.text
{
	background-color: #f1f1f1;
}
table.form .hint
{
	color: #777;
	font-size: 10px;
}
