input {
	font-size: 1em;
}

table.forms {
	background-color: #FAFAD2;
	border: 1px solid #000080;
	margin: 10px auto 5px auto;
	width: 100%;
}

table.smallforms {
	background-color: #FAFAD2;
	border: 1px solid #000080;
	margin-bottom: 10px;
	width: 50%;
}

table.smallforms td {
	font-size: .7em;
	padding-left: 5px;
}

table.smallforms th {
	font-size: .7em;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}

th.formhead {
	background-color: #00008B;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	padding: 8px 5px 8px 10px;
}

.buttons {
	font-size: 1em;
}

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

