﻿/*
** div form
*/
div.form
{
	position: relative;
}
div.form, div.form input, div.form select, div.form textarea
{
	font: normal normal normal 12px Arial, Helvetica, Sans-Serif;
}
div.form div.row
{
	padding: 4px 5px;
	border-bottom: 1px solid #DEE8F4;
}
div.form div.label
{
	float: left;
	position: relative;
	padding-top: 5px;
	width: 120px;
}
div.form div.label.noFloat
{
	float: none;
	width: auto;
}
div.form div.controls
{
	text-align: right;
}
div.form input.text,
div.form textarea.text
{
	width: 240px;
	border: 1px solid #B8CDE8;
}
div.form div.header div.status
{
	color: #e00;
}
div.form span.valError
{
	font-weight: bold;
	color: #e00;
	font-size: 1.2em;
}
div.form div.header div.status p,
div.form div.header div.status ul,
div.form div.header div.status ol
{
	margin: 4px 0;
}



/*
** table form
*/
table.form, table.form input, table.form select, table.form textarea
{
	font: normal normal normal 12px Arial, Helvetica, Sans-Serif;
}
table.form td
{
	padding: 4px 5px;
	vertical-align: top;
	border-bottom: 1px solid #DEE8F4;
}
table.form td.label
{
	padding-top: 5px;
	width: 120px;
}
table.form tr.controls td
{
	text-align: right;
}
table.form input.text,
table.form textarea.text
{
	width: 240px;
	border: 1px solid #B8CDE8;
}
table.form tr.header div.status
{
	color: #e00;
}
table.form tr.header  div.status p,
table.form tr.header  div.status ul,
table.form tr.header  div.status ol
{
	margin: 4px 0;
}
table.form span.valError
{
	font-weight: bold;
	color: #e00;
	font-size: 1.2em;
}
table.form table.cbl td
{
	padding: 0;
	border: 0;
	vertical-align: middle;
}
table.form table.cbl td label,
table.form table.cbl td input
{
	vertical-align: middle;
}

/*
** Validation Summary
*/
div.validationSummary ul
{
	list-style-type: disc;
	margin: 0.5em 0 0 0;
	padding: 0;
}
div.validationSummary li
{
	background-image: none;
	margin-left: 1.5em;
	padding: 0;
}
