table.form
{
	border: solid 1px #040D46;
	border-collapse: collapse;
}

table.form td
{
	text-align: left;
}

tr.title
{
	background-color: #040D46;
}

tr.title1
{
	height: 10px;
}

td.title
{
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

table.form td.label
{
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	width: 30%;
}

.form
{
   color: #000000;
   font-family: arial, verdana, sans-serif;
   font-size: 11px;	
}

.example
{
	font-size: 10px;
	font-weight: normal;
}

.required
{
	color: #ff0000;
	font-weight: bold;
}
