body {
	background-color: #ececec;
	font-family: sans-serif;
	font-size: 10.5pt;
}

#peopleForm td { 
	width: 40em;
/*	border: 10px solid black; */
}

#peopleForm td td { 
	width: 7.5em;
}

#peopleForm td.label, #peopleForm td.labelMissing {
	text-align: right;
}

img.help  {
	vertical-align: middle;
	border: 0;
	float:right;
}
	
#peopleForm td.labelMissing {
	background-color: yellow;
	font-weight: bold;
}

input, textarea, select { 
	font-family: sans-serif;  
	font-size: 10.5pt;
}

