html, body
{
	margin: 0;
	font-family: arial, sans;
}

a, a:visited
{
	color: blue;
	background-color: transparent;
}

img
{
	border: 0;
}

.error, #error
{
	color: red;
	background-color: transparent;
	margin: .5em;
}
.message
{
	margin: .5em;
}

form>table, table.center
{
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

#user
{
	position: absolute;
	top: .25em;
	right: .3em;
	text-align: right;
	font-size: .8em;
}
#user table
{
	display: inline;
}
#user #name
{
	font-weight: bold;
}
#user a, #user a:visited
{
	color: blue;
	background-color: transparent;
	padding-left: .5em;
	border-left: 2px solid #666;
}
#login_form table input[type=text], #login_form table input[type=password]
{
	width: 15em;
}

#main
{
	position: relative;
	top: 6em;
	text-align: center;
}
form.simple input.line, input[type=text], input[type=password]
{
	width: 25em;
}

#adsense
{
	text-align: center;
	margin: 1em;
}

#footer
{
	background-color: transparent;
	color: #888;
	font-size: .8em;
	text-align: center;
}

td input[type=text], td input[type=password], td textarea
{
	/*
	border: 1px solid #444;
	color: #448;
	background-color: #EEE;
	*/
	width: 100%;
}
