#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}
#docform {
	margin: 10px;
	border: 1px solid #666;
}

#legendTitle {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
	padding: 6px;
}
table {
	margin: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
table a {
	color: #069;
	text-decoration: none;
}
table a:hover {
	text-decoration: underline;
}

td:first-child {
	width: 80px;
}
/* -- Form Styles -- */
#docform input{
	width: 200px;
	height: 24px;

}
#docform input.submit {
	height:26px;
	width: 100px;
}
fieldset[id=personalinfo]{
	background:#dfebff;
	padding:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input:focus, textarea:focus {
	border:1px solid #069;
}

