*{
  padding: 0;
  margin: 0;
}
body{
  background:url(../image/bg_body.png) top center repeat-x; 
  background-color:#d8ecfb;
}
.box{
  position: relative;
  margin: 0 auto;
  height:711px;
  width:1399px;
  background:url(../image/bg_box-1.2.png) top center no-repeat;
}

.uid, .pwd, .capt, .getCapt, .submit, .findPassword{
  position: absolute;
  background:none;
  line-height:26px;
  color: #333;
  font-size:16px;
  border:none;
  outline:none;
}
.uid{
  top:348px;
  left:870px;
  width:180px;
  height:34px;
  padding:4px;

}
.pwd{
  top:402px;
  left:870px;
  width:180px;
  height:34px;
  padding:4px;

}
.capt{
  top:456px;
  left:870px;
  width:100px;
  height:34px;
  padding:4px;

}
.getCapt{
  display: inline-block;
  top:456px;
  right:320px;
  background:url(../image/btn_capt.png);
  width:86px;
  height:34px;
  border:0px;
}
.submit{
  display: inline-block;
  top:521px;
  left:851px;
  background:url(../image/bt_log.png);
  width:120px;
  height:36px;
}
.findPassword{
  display: inline-block;
  top:521px;
  left:981px;
  background:url(../image/bt_password.png);
  width:120px;
  height:36px;
}
.getCapt,.submit,.findPassword{
  background-position: top center;
}
a.getCapt:hover,a.submit:hover{
  background-position: bottom center;
}
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:300px;
    z-index:20000;
}
#msg-div .msg {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #F6F6F6;
    border: 2px solid #ccc;
    margin-top: 2px;
    padding: 10px 15px;
    color: #555;
}
#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
}
#msg-div .msg p {
    margin: 0;
}
