/*
Style Sheet for the Login Page.
The Login Page has 2 div boxes named background box and loginbox

*/

body
{
background-color:#003366;

}

#backgroundbox
{
  background-image:url('../images/background.jpg');
  background-repeat:no-repeat;
  background-position:center center;
}

#loginbox
{
  border-style: ridge;
  border-color: black;
  border-width: 2px;
  background-color: #336699;
  width: 400px;
}

#errormsg
{
  color: orange;
  text-decoration:none;
  font-weight: bold;
}
  

input
{
  font-size: 12px;
  font-family: tahoma,verdana,arial, helvetica
}

td
{
  font-size: 12px;
  color: WHITE;
  font-family: tahoma,verdana,arial, helvetica
}



