﻿table.form,
table.form th,
table.form td
{
	border: none 0;
	background-color: #fff;
}
table.form
{
	margin: 20px 0 0 0;
	border-bottom: solid 2px #ebebeb;
}
table.form th,
table.form td
{
	border-top: solid 1px #ebebeb;
	padding: 5px 20px 5px 5px;
}
table.form tr.first th,
table.form tr.first td
{
	border-top: none 0;
}
table.form td.label
{
	padding-right: 30px;
	padding-top: 9px;
}
table.form tr.mandatory td.label
{
	color: #c41130;
}
table.form tr.controls td
{
	text-align: right;
}
table.form input.txt,
table.form textarea.txt,
table.form select.ddl
{
	width: 300px;
}
table.form input.txt,
table.form textarea.txt
{
	background-color: #f5f5f5;
}
table.form input.focus,
table.form textarea.focus
{
	background-color: #fff;
}
