/**
    @fileOverview
    登录注册框的css
    @author zongzhili<zongzhili@maxthon.net>
    @version addon.maxthon.cn v1.0
 */




/* CSS Document */

.login-float {
    font-family: 12px/1.6em Tahoma, Geneva, sans-serif;
    border: 4px solid #797979;
    width: 340px;
    text-align: center;
    font-size: 12px;
    color: #666;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 999;
}

.float-title {
    width: 320px;
    margin: 0 11px 0 10px;
    border-bottom: 1px solid #e0e0e0;
    height: 33px;
    position: relative;
    text-align: left;
}

.login-tip {
    background:  url(/images/login.png) no-repeat 2px 2px;
    padding-left:20px;
    height: 15px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 8px;
}

.float-title .close {
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    width: 27px;
    height: 20px;
    background: url(/images/login.png) no-repeat 0 -93px;
}


/* 需要改动的css */
.login-content .content-item .btnforget {
    margin-left: 76px;
}

.login-content .content-item .btnregister,
.login-content .content-item .btnchangepic {
    margin-left: 24px;
}


/*login*/
.login-content{
    padding:20px 10px 0;
    text-align:left;
}

.login-content .content-item{
    padding-bottom: 10px;
}

.login-content .content-item span,
.login-content .content-item input,
.login-content .content-item a,
.login-content .content-item img {
    display:inline-block;
    #display:inline;
    #zoom:1;
}

.login-content .content-item span{
    width:74px;
    text-align:right;
}

.login-content .content-item .txt,
.login-content .content-item .checking {
    width:156px;
    height:22px;
    border:1px solid #e0e0e0;
    background: #fff;
    line-height:22px;
    padding:0 3px;
    overflow:hidden;
    outline:none;
}

.login-content .content-item .checking {
    width:71px;
}

.login-content .content-item img {
    vertical-align:top;
    margin-right:5px;
}

.login-content .content-special {
    padding-left:77px;
}

.login-content .content-item .checkbox {
    vertical-align: top;
    margin-top: 2px;
    *margin-top: -6px;
}

.login-content .content-item .btnchangepic {
    color:#669900;
    margin:0 0 0 12px;
}

.login-content .content-special span {
    width:auto;
    background:url(/images/normal.png) no-repeat -48px -96px;
    padding-left:18px;
    color:#ff5400;
}

.login-content .button {
    background:url(/images/normal.png) no-repeat left -40px;
    border:none;
    width:63px;
    height:22px;
    cursor:pointer;
    margin:0 auto;
}



.mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .7;
}
.dialog {
    display: none;
    position: fixed;
    width: 450px;
    padding: 20px 30px 20px; 
    left: 50%;
    margin-left: -230px;
    top: 11%;
    background: #fff;
    z-index: 400;
}
.dialog-title {
    font-size: 14px;
}
.login-close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}
