td			{font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: #474747; line-height: 140%}

.blank		{font-size: 1pt}
.banner		{font-family: "Verdana"; font-size: 12pt; color: #FFFFFF; font-weight:bold}

A:link		{color: #575757; text-decoration:none}
A:visited	{color: #575757; text-decoration:none}
A:hover		{color: #575757; text-decoration:underline}

FORM#login {
  position: relative;
}

DIV#username, DIV#password {
  position: relative;
  float: left;
  margin-right: 3px;
}

INPUT#username-field, INPUT#password-field {
  width: 10em;
}

LABEL.overlabel {
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 1;
  color: #999;
}