body {
  background: url(login-bg.gif) repeat-x;
}
table.form {
  margin-top: 80px;
  width: 360px;
  background-color: white;
  color: #00408e;
}
table.form td.logo {
  height: 80px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
  background: url(../0.gif) no-repeat 5% 50%;
}
table.form td.line {
  padding-top: 3px;
  background-color: #00408e;
}
table.form td.form {
  padding-top: 16px;
  border-left: 1px solid #dff2fb;
  border-right: 1px solid #dff2fb;
  border-bottom: 1px solid #dff2fb;
  background: url(login-form-bg.gif) repeat-x;
  height: 150px;
}
table.form td.copyright {
  text-align: right;
  padding: 6px 8px 0 0;
}
table.form td.copyright,
table.form td.copyright a {
  color: #a8a9a9;
  font-size: 9px;
  text-decoration: none;
}
table.form td.copyright a:hover {
  text-decoration: underline;
}
table.form .hd {
  color: black;
  font-weight: bold;
  padding-bottom: 12px;
}
table.form .error {
  color: red;
  font-weight: bold;
}
input.text,
input.password {
  width:180px;
}
