@charset "utf-8";
/* CSS Document */

form {
	border: 1px solid #000;
}
input, select {
	font-size: 80%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #333;
}
th, td {
	padding: 5px;
}
th {
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}