.input_3{ width:400px;}
.login-btn {
  background-color: #c00;
  border: 0 none transparent;
  width: 400px;
  height: 40px;
  border-radius:5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.ly-btn:link, .ly-btn:visited {
  background-color: #c00;
  border: 0 none transparent;
  margin-right: 8px;
  width: 150px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  float: right;
  display: inline;
}
.reg-btn {
  margin-left: 170px;
}
.exit-btn:link, .exit-btn:visited {
  background-color: #c00;
  border: 0 none transparent;
  display: block;
  width: 400px;
  height: 40px;
  line-height: 40px;
  border-radius:5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.tjcl table {
  border: solid 1px #CDDFED;
}

.addcase {
  background: transparent url(add-btn.gif) no-repeat 0 0;
  border: 0 none transparent;
  width: 17px;
  height: 17px;
  text-indent: -99999px;
  outline:none;
}
.delcase {
  background: transparent url(del-btn.gif) no-repeat 0 0;
  border: 0 none transparent;
  width: 17px;
  height: 17px;
  text-indent: -99999px;
  outline:none;
}
.logo-01 {
  clear: both;
  width: 500px;
  margin: 20px auto;
}
.logo-01 a:link, .logo-01 a:visited{
  display: inline-block;
  width: 217px;
  height: 150px;
  margin: 15px;
  border-radius:5px;
  color: #fff;
  line-height: 260px;
  font-size: 18px;
  font-weight: bold;
}
.readme {
  background: transparent url(readme.png) no-repeat 5px 5px;
  float: right;
  display: inline;
  padding: 5px 10px 5px 25px;
  background-color: #CC0000;
  line-height: 14px;
}
.readme a:link,
.readme a:visited {
  color: #FFFFFF;
}

.mfull {
  color: red;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}