label, select {
	height: 20px;
	width: 180px;
	float: left;
	display: block;
}
label {
	width: 220px;
	text-align: right;
	margin-right: 4px;
}
input {
	height: 15px;
	width: 80px;
	float: left;
	display: block;
}
.submit {
	display: block;
	clear: both;
	height: auto;
	width: 60px;
	color: #000000;
	background: #ffffff;
	border: 2px outset #000000;
}
th {
	font-size: 14px;
}
th, td {
	border: 0px;
}