#login-container {
  display: none;
  position: fixed;
  z-index: 10000;
  height: 169px;
  width: 220px;
  background: url(../images/login-bg.png) no-repeat left top;
  left: 50%;
  margin-left: -110px;
  padding: 22px 11px;
  top: 50%;
  margin-top: -85px;
}

#login-container input {
  border: 1px solid #d2d2c6;
  padding: 3px 4px;
  margin-bottom: 9px;
  color: #514f4f;
  width: 195px;
}

#login-container * {
  font-family: Georgia, Arial, sans-serif;
  font-size: 14px;
}

#login-shadow-wrapper {
  display: none;
  position: absolute;
  z-index: 9999;
  background: black;
  height: 100%;
  width: 100%;
}

#login-button {
  display: block;
  height: 128px;
  width: 150px;
  position: absolute;
  left: 780px;
  top: 297px;
  background: url(../images/login.png) no-repeat left top;
  text-indent: -10000px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
}

#login-button-feedback {
  display: block;
  height: 29px;
  width: 88px;
  background: url(../images/comment_info_login.png) no-repeat left top;
  border: 0;
  cursor: pointer;
}

#login-container #login-submit {
  border: 0px;
  background: none;
  float: right;
  margin-right: 25px;
  margin-bottom: 0;
  text-decoration: underline;
  width: 50px;
}

#login-container .links {
  float: left;
  margin: -21px 0 0;
  padding: 0;
  list-style: none;
}

#login-container .links a {
  text-decoration: underline;
  color: #514f4f;
  white-space: nowrap;
}

#login-container .links li {
  margin-bottom: 8px;
}
