﻿table.DataInput 
{
	border: 0;
	width: 400px;
}
table.DataInput th 
{
	width: 150px;
	text-align: left;
	color: #687D8E;
}
table.DataInput input.TextBox,
table.DataInput select.DropDown,
table.DataInput textarea.TextBox
{
	width: 100%;
	border: 1px solid;
	background-color: #F0F0F0;
}
table.DataInput .ValidationError
{
	font-weight: bold;
	color: red;
}
table.DataInput .NewSection
{
	font: 1.2em Trebuchet MS, Verdana, Arial, Helvetica;
	padding-top: .5em;
	font-weight: bold;
	font-style: italic;
	color: #687D8E;
}