td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.mainTD {
	background-image: url(images/topCorner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}

.formtitle {
	background-color: #6666FF;
	color: White;
	padding-right: 5px;
	font-weight: 700;
	height: 23px;
}

.formfield {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.description {
	vertical-align: top;
	
}

.gray2 {
	background-image: url(images/bottomCorner.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.noMandatory {
	color: Black;
	font-size: 10px;
}

