@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { padding:0; margin:0; font-size:12px; line-height:100%; font-family:Arial, sans-serif;}
.header {
  width: 100%;
  height: 360px;
  background: url(../images/head.png) center 0 no-repeat;
}
.loginTable {
  width: 410px;
  margin: 10px auto;
}
.loginBtn {
  background: #0099cb;
  width: 100%;
  height: 40px;
  font-family: "微软雅黑";
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  border: 0;
  cursor: pointer;
  margin-top: 15px;
}
.loginLabel {
  background-color: #0099cb;
  width: 24px;
  height: 24px;
  padding: 8px;
  display: block;
  float: left;
  margin: 6px 0;
  background-repeat: no-repeat;
  background-position: 8px;
}
.userNameLabel {
  background-image: url(../images/username.png);
}
.pwdLabel {
  background-image: url(../images/pwd.png);
}
.loginIpt {
  margin: 6px 0;
  width: 350px;
  float: left;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: solid 1px #dbdbdb;
  border-left: 0;
}
.captcha {
  margin: 6px 0;
}
.captcha img {
  margin-left: 4px;
}
.captchaTxt {
  color: #999;
  padding-left: 10px;
}
.captchaIpt {
  height: 38px;
  line-height: 38px;
  border: solid 1px #dbdbdb;
  padding: 0 5px;
}
#msg, .validate {
  width: 380px;
  padding: 0 20px 0 0;
  margin: 0 auto;
}
#msg.errors, .validate {
  color:#BB0000; 
}
.forget {
  color: #666;
  text-decoration: none;
  text-align: center;
  line-height: 26px;
}
.loginForm {
  margin: 50px;
}