#username_field, #password_field 
{
	margin-bottom: 20px;
}

#username_field input, #password_field input {
	width: 15rem;
}

#login_form
{
	max-width: 400px;
}

#password_reminder
{
	padding-left: 20px;
	display:inline;
}

th, td
{
	padding: 0;
}

td.label
{
	font-weight: bold;
}

label.radio
{
	font-weight: normal;
}

label.radio input
{
	margin-right: 5px;	
}

[colspan]
{
	text-align: left;
}

button
{
	border-radius: 3px;
	border-style: none;
	padding-top: 9.6px;
	padding-bottom: 9.6px;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: bold;
}