BODY {
  background: #392F8F;
  margin-top: 0;
  color: lightblue;

  scrollbar-3d-light-color:    #392F8F;
  scrollbar-arrow-color:       #666666;
  scrollbar-base-color:        #392F8F;
  scrollbar-dark-shadow-color: #392F8F;
  scrollbar-face-color:        #392F8F;
  scrollbar-highlight-color:   #696969;
  scrollbar-shadow-color:      #392F8F;

  border-right:  1px solid #0077CC;
  border-top:    2px solid #000000;
  border-left:   1px solid #000000;
  border-bottom: 2px solid #0077CC;
}

A {
  color: white;
  text-decoration: none;
  font-family: Tahoma;
  font-size: 8 pt;  
}
	
A:HOVER {
  color: yellow;
  text-decoration: none;
}

.INPUT_TEXT {
  color: #224A95;
  font-family: Tahoma;
  font-size: 10 pt;
  font-weight: bold;
  background-color: #DBE6F7;
  border: 1 solid #1F4D98;
}

.INPUT_BUTTON {
  cursor: pointer;
  color: black;
  font-family: Tahoma;
  font-size: 10 pt;
  font-weight: bold;
  background-color: #DBE6F7;
  border: 0px solid #1F4D98;
  height: 18;
}

#LOGIN {
  position: absolute;
  background-color: #006699;
  font-family: Tahoma;
  padding-left: 10px;

  border-right:  1px solid #0077CC;
  border-top:    2px solid #000000;
  border-left:   1px solid #000000;
  border-bottom: 2px solid #0077CC;
}

#LoginWelcome {
  position: absolute;
  font-size: large;
  font-weight: bold;
  padding: 5px;

  border-right:  1px solid #0077CC;
  border-top:    2px solid #000000;
  border-left:   1px solid #000000;
  border-bottom: 2px solid #0077CC;
}

#LoginNote {
  position: absolute;
  padding: 5px;

  border-top:    1px solid #0077CC;
  border-right:  2px solid #000000;
  border-bottom: 2px solid #000000;
  border-left:   1px solid #0077CC;
}

#ForgotNote {
  position: absolute;
  padding: 5px;

  border-right:  2px solid #000000;
  border-top:    2px solid #0077CC;
  border-left:   2px solid #0077CC;
  border-bottom: 2px solid #000000;
}

#ForgotHeading {
  padding: 5px;
  text-align: center;
  color: yellow;
  font-size: 24px;

  border-right:  1px solid #0077CC;
  border-top:    2px solid #000000;
  border-left:   1px solid #000000;
  border-bottom: 2px solid #0077CC;
}

.LOGIN_BOX {
  background-color: black;
  color: yellow;
  font-family: Tahoma;
  font-size: 12 px;  

  border-right:  1px solid #0077CC;
  border-top:    2px solid #000000;
  border-left:   1px solid #000000;
  border-bottom: 2px solid #0077CC;
}

#FORGOT {
  position: absolute;
  font-family: Tahoma;
  padding: 5px;

  border-right:  2px solid #000000;
  border-top:    2px solid #0077CC;
  border-left:   2px solid #0077CC;
  border-bottom: 2px solid #000000;
}

#INFO {
  position: absolute;

  border-right:  1px solid #0077CC; 
  border-top:    2px solid #000000;
  border-left:   1px solid #000000;
  border-bottom: 2px solid #0077CC;
}

#ErrorWelcome {
  position: absolute;
  font-size: 24	px;
  font-weight: bold;
  padding: 5px;
  color: red;

  border-right:  2px solid #000000;
  border-top:    2px solid #0077CC;
  border-left:   2px solid #0077CC;
  border-bottom: 2px solid #000000;
}

#ErrorNote {
  position: absolute;
  padding: 5px;

  border-right:  1px solid #0077CC; 
  border-top:    2px solid #000000;
  border-left:   1px solid #000000;
  border-bottom: 2px solid #0077CC;
}

