#main .inner {
  width: 400px;
  margin: 40px auto;
}
#main .inner table {
  width: 100%;
  border-top: none;
  border-left: none;
}
#main .inner table th, #main .inner table td {
  border-bottom: none;
  border-right: none;
  padding: .5em .2em;
}
#main .inner table th {
  background-color: inherit;
  word-spacing: nowrap;
  text-align: right;
}
#main .inner input[type="password"],
#main .inner input[type="text"] {
  width: 19em;
}
#main #btn-login a {
  display: block;
  width: 201px;
  height: 38px;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
  background: url('../img/btn_login-sa1f0fd14ca.png') 0 -38px no-repeat;
}
#main #btn-login a:hover {
  background: url('../img/btn_login-sa1f0fd14ca.png') 0 0 no-repeat;
}
#main .button {
  text-align: center;
  margin: 25px 0;
}
#main ul {
  margin: 0;
  padding: 0;
}
#main ul li {
  list-style: none;
  padding-top: .3em;
  padding-bottom: .3em;
}
#main ul li span {
  color: #339967;
}
