html, body {
	margin: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11pt;
}

h1 {
	color: #c00;
	margin: 1em 0;
}

img {
	border-width: 0px;
}

.wrong-field {
	color: #fff; background: #c00;
}

#loginpage {
	text-align: center;
	width: 800px;
	height: 600px;
	position: relative;
	margin: 1em auto;
	padding: 2em 0;
}

#page {
	text-align: center;
}

#logo {
	text-align: center;
	background: #b0b9c0;
	border: 2px solid #878b96;
	margin: auto;
	padding: .5em;
	width: 400px;
}

#loginform {
	text-align: center;
	background: #b0b9c0;
	border: 2px solid #878b96;
	margin: 2em auto;
	padding: 1em .5em;
	width: 400px;
}
table.setclient, table.auth {
	text-align: center;
	margin: auto;
}

table.setclient td, table.setclient th,
table.auth td, table.auth th {
	font-size: 1em;
	text-align: left;
	padding: .3em;
	color: #505050;
	vertical-align: top;
}

table.setclient th, table.auth th {
	text-align: right;
	font-weight: bold;
	padding: .5em .3em;
}

table.setclient td.button, table.auth td.button {
	text-align: center;
}

div.auth-buttons {
	width: 350px;
	margin: auto;
	text-align: center;
}

input.f-button {
	background: #b0b9c0;
	color: #fff;
	font-weight: bold;
	padding: 0;
}

.f-tbox {
	background: #fff;
	color: #666;
	border: 1px solid #878b96;
	font-weight: bold;
	padding: .2em;
	width: 250px;
	font-size: 1em;
	display: block;
}

.disabled {
	background: #ccc;
}

.message {
	font-weight: bold;
	color: #c00;
}
#loginhelp {
	background: #b0b9c0;
	border: 2px solid #878b96;
	margin: 1em auto;
	padding: .5em;
	width: 400px;
	text-align: justify;
	font-size: .9em;
}
#loginhelp p {
	margin: .5em 0;
}