﻿table#appForm
{
	margin-top:20px;
}

table#appForm td
{
	padding: 1px 5px;
	border-top: 3px solid #fff;
}

table#appForm td.label
{
	background: #F4F1E7;
}


table#appForm td.label span,
span.mandatory
{
	color: #e00;
	font-weight: bold;
	padding-left: 3px;
}


table#appForm input.text,
table#appForm textarea.text
{
	width: 15.0em;
}
table#appForm input.text.date
{
	width: 8.0em;
}

table#appForm span.chk.left label
{
	padding-right: 1.0em;
}
table#appForm span.chk.right label
{
	padding-left: 1.0em;
}
