
HTML 
{ 
  overflow-y: scroll;
}

BODY
{
  background-color: #000000;

  margin: 0;
  padding: 0;
}

TABLE.BODY
{
  background-color: #000000;
  background-image: url(Images/background_gradient_red_black.jpg);
  background-repeat: repeat-x;
}

.InputText
{

  font-family: "Tahoma";
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  
  width: 200px;
  height: 18px;
  border: 0px;
  
  line-height: 18px;
  vertical-align: center;
  
}

.LoginTitle
{

  font-family: "Tahoma";
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  
}

.LoginLabel
{

  font-family: "Tahoma";
  font-size: 10px;
  font-weight: bold;
  color: #000000;

  height: 18px;
  
  line-height: 18px;
  vertical-align: center;
  
}

.LoginInputText
{

  font-family: "Tahoma";
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  
  width: 80px;
  height: 18px;
  border: solid 1px #888888;

  vertical-align: center;
  
}

