#close {
  background: url(img/close.png) no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 15px;
  text-indent: -999em; }

#mask {
  background-color: #ccc;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000; }

#loading {
  background: url(../img/loading.gif) no-repeat 0 0;
  background-size: 200px;
  height: 200px;
  width: 200px;
  position: absolute;
  left: 48%;
  top: 30%;
  z-index: 1000; }

#login {
  position: fixed;
  z-index: 1001; }

.loginCon {
  position: relative;
  width: 670px;
  height: 380px;
  background: url(img/loginBg.png) #2A2C2E center center no-repeat; }

#login-area {
  margin: 0 auto;
  margin-left: 35%; }

#login-area input {
  height: 30px;
  border-radius: 5px; }

#login-area h1 {
  font-family: "microsoft yahei";
  font-size: 15px;
  color: #fff; }

.r {
  border: 1px solid red; }

.legend {
  color: #fff !important; }

.control-label {
  color: #fff; }

/*# sourceMappingURL=style.css.map */
