body {
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  margin-top: 60px;
}

#login-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 380px;
  border: 3px solid #ddd;
}

#login-form table td.title {
  color: #666;
  text-align: right;
  padding-right: 10px;
}

.boxcontent {
  padding: 20px 20px 10px 20px;
}

#login-form .boxtitle {
  height: 26px;
  padding: 7px 20px 3px 20px;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  background-color: #ebebeb;
/* background-image: url(images/lbg.gif); */
  text-align: center;
}

#message {
  width: 360px;
  margin: 0px auto;
  margin-top: 2px;
  padding: 10px;
  text-align: center;
  border: 3px solid #ddd;
  background-color: #df1b1b;
  color: #fff;
  font-weight: bold;
}
