table {
	border-collapse: collapse;
}

table, th, td {
	border: 1px #003399 solid;
}

table#login th {
	width: 100px;
}

th, td {
	padding: 5px;
}

table th {
	width: 100px;
	background: #c5d9f1;
	text-align: center;
}

form input.long {
	width: 200px;
}

table#login td.input {
	text-align: center;
}