body {
	text-align: center;
	background: #eeeeee;
	font-family: arial;
}
#logo {
	position: absolute;
	top: -6em;
	left: -5em;
}
#login
{
    margin-left: auto;
    margin-right: auto;
}
#loginBox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 44.2em;
	margin-top: 15em;
	border: solid #cccccc 1px;
	background: white;
	text-align: center;
    top: -104px;
    left: 6px;
    height: 358px;
}
#loginTable {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 42.8em;
	margin-top: 15em;
	border: solid #cccccc 1px;
	background: white;
	text-align: center;
    top: -236px;
    left: -7px;
    height: 519px;
}
#loginBox table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
#loginBox td {
	padding: 5px;
}
#loginBox td.label {
	width: 10em;
	font-size: 1.1em;
}
#loginBox td.button {
	text-align: right;
	padding-top: 20px;
}
#loginBox td.button input {
	font-size: 0.9em;
	padding: 3px;
}
#loginBox input.textbox {
	background: #eeeeee;
	border: solid #999999 1px;
	font-size: 1.1em;
	padding: 4px;
	height: 2em;
}
#loginBox div.title {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
	padding: 5px;
	text-align: center;
}