body
{
background: #000000;
color: #ffffff;
text-align:center;
}

a
{
color: white;
text-decoration: none;
font-size: 8pt;
font-family: 'sans serif';
}

a:hover
{
text-decoration:underline;
}

#loginbox
{
background: url('loginbox.png') no-repeat;
height: 400px;
width: 333px;
margin: 50px auto 5px;
border: 2px solid white;
}

#inputs
{
margin: 225px auto 0;
color: #ffffff;
text-align: center;
font-size: 12pt;
font-family: 'sans serif';
}

