table.form
{
	border: solid 1px #ADCE35;
	border-collapse: collapse;
}

tr.title
{
	background-color: #ADCE35;;
}

tr.title1
{
	height: 12px;
}

td.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

td.label
{
	font-weight: bold;
	text-align: right;
	width: 40%;
}

.form td.title {
	text-align: center;
	vertical-align: middle;
}

.form
{
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;	
}

.example
{
	font-size: 12px;
	font-weight: normal;
}

.required
{
	color: #ff0000;
	font-weight: bold;
}
