#inforequest {
	font: normal small Arial, Helvetica, sans-serif;
}
ul.inforequest-cat {
	list-style: none;
}
ul.inforequest-cat li {
	margin-left: 0;
}
ol.inforequest-subcat {
	list-style: none;
}
ol.inforequest-subcat li {
	margin-left: 20px;
}
.cathead {
	background: #09355c;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}
.formhead {
	font-weight: bold;	
}
p.inforequest-submit {
	text-align: center;
}
table.inforequest-table {
	border-collapse: separate;
	border-spacing: 3px;
	width: 90%;
}
table.inforequest-table td {
	padding: 3px;
}
.infolabel {
	padding-right: 5px;
	text-align: right;
	width: 180px;
}
.errorbox p {
	background-color: #fff;
	color: #c00;
	font-style: italic;
	padding: 10px 20px;
}
.error {
	background-color: #fff;
	color: #c00;
	font-style: italic;
}