﻿body
{
  background-color: #7797AC;
  font-family: Verdana;
  font-size: small;
}

div#LoginBox
{
  padding: 15px;
  margin: auto;
  margin-top: 50px;
  width: 600px;
  background-color: #ffffff; 
  border: 1px solid black;
}

p#Title
{
  font-weight: bold; 
}

label
{
  width: 100px;
  text-align: right; 
}

div#copyright
{
  font-size: smaller;
  text-align: center; 
}

p.ErrorMessage
{
  font-weight: bold;
  color: #ff0000; 
}