html {
   height: 100%;
   width: 100%;
}

body {
   color:white;
   background-color: #003;
   margin: 0px;
   height: 100%;
   width: 100%;
}

.login {
	position: absolute;
	color: white;
	background-color: #003;
	margin: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
}

#header
{
   display: block;
   margin-left: auto;
   margin-right: 10px;
   margin-top: 10px;
   width: 129px;
   height: 48px;
   padding: 0 5px;
}

#horizon
{
	color:white;
	background-color:transparent;
	text-align:center;
	position: absolute;
	top: 20%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display:block;
}

#content
{
	font-family: Arial, \Arial\, sans-serif;
	background-color: transparent;
	margin-left: -125px;
	position:absolute;
	left:50%;
	width:250px;
	height:70px;
	visibility: visible;
}

.bodytext
{
	font-size: 14px;
}

p.loginfail
{
	color: red;
	font-style: italic;
	font-size: 14px;
	font-family: Arial;
}

p.loginfailhidden
{
	visibility:hidden;
}

img.fdlogo
{
	width:200px;
	float:right;
}

#logintable {
width: 100%;
}

#logintable input {
width: 100%;
}