/* 
* @Author: anchen
* @Date:   2015-03-30 22:26:17
* @Last Modified by:   anchen
* @Last Modified time: 2015-07-10 13:38:12
*/
    .logmain{
    top: 0px;
    right:10px;
      position: absolute;
    z-index: 200;
    width: 400px;
    height: 390px;
    }
    .logform{
      margin: 24px auto;
      width: 350px;
      height: 360px;
      background:#ffffff;
      border:1px #dee3e6 solid;

    }
    .tab-bar{
      position: relative;
      height: 47px;
      zoom: 1;
      overflow: hidden;
    }
    .tab-bar a:hover{
      text-decoration: none;
    }
    .tab-bar a{
      float: left;
    width: 174px;
    height: 20px;
    padding: 13px 0;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #cccccc;
    border-left: 1px solid #dee3e6;
    border-bottom: 1px solid #dee3e6;
    background:#0f9ae0;
;
    background: rgba(241,242,243,0.8);
    cursor: pointer;
    }
    .tab-bar a.current{
     padding-bottom: 19px;
    color: white;
    background:#0f9ae0;
    font-weight: bold;
    cursor: default;
    }
     .tab-bar a span {
    display: inline-block;
    vertical-align: top;
    }
    .form-main{
      width: 330px;
      margin: 15px auto;
    }
    .form-main p{
      padding: 7px 18px;
    }
     .form-main p input {
      width: 270px;
      padding-left:35px;
    }
    .form-main span{
      padding:0px 10px;
      font-size: 12px;
      color: grey;
    }
    .login_shbz{
      padding:0 10px;
    }