table {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

td {
  padding-right: 10px;
}

.boxtitle {
  color: #ffffff;
  font-weight: normal;
  border-bottom: 1px solid #ffffff;
  text-shadow: 0 0px 0px #FFFFFF;
}

.title {
  color: #ffffff;
  text-align: right;
  padding-right: 10px;
  padding-left: 0px;
  white-space: nowrap;
}

#logodiv {
  position: absolute;
  top: 25px;
  left: 10px;
  width: 150px;
  z-index: 1000;
}

#login-container {
  position: absolute;
  top: 85px;
  width: 570px;
  left: 50%;
  margin-left: -285px;
}

#login-form {
  width: 570px;
  margin: 0;
}

#login-form .box-inner {
  background: url(images/linen_bg.jpg) top left repeat #5C5C5C;
  width: 570px;
}

#login-form .box-bottom {
  background: url(images/login_shadow_700.png) no-repeat;
  margin-left: 10px;
  width: 700px;
}

#login-form td.title {
  width: 1px;
}

#captcha{
  margin-right: -20px;
}