body
{
	margin: 2cm;
	font: 1.5em/2 sans-serif;
}

input[type=text], input[type=password]
{
	border: 1px dotted gray;
	border-radius: 3px;
	font: 1.5em monospace;
}

input[type=submit]
{
	width: 10em;
	height: 1.7em;
	font: inherit;
}

table
{
	/* Center the table */
	margin-left: auto;
	margin-right: auto;

	border: 1px solid gray;
	border-radius: 5px;
	box-shadow: 4px 4px 4px gray;
	padding: 1em 2em;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.register
{
	text-align: center;
}

.error
{
	color: red;
	font-weight: bold;
}
