


/* 登陆弹窗 */
.shade{
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    opacity:.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    z-index:1000;
}

#add{
    background-color: #fff;
    width: 400px;
    height: 260px;
    border:1px solid #808080;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: fixed;
    left:0;
    top:0;
    z-index:9999;
}

#dialogTitle{
    padding-left:20px;
    height: 50px;
    line-height: 50px;
    background-color: #eee;
}

.dialogTitle-txt {
    font-size: 16px;
}

#dialogTitle-close{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right:5px;
    font-size: 20px;
}

#rece_con{
    width: 260px;
    height: 180px;
    margin:0 auto;
}

.dialog-user-cont,.dialog-pwd-cont,.dialog-login-cont{
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    font-size: 14px;
}

.dialog-login-cont{
    text-align: center;
}

.dialog-input{
    width: 170px;
    height: 25px;
    text-indent:10px;
    border:none;
    border:1px solid #aaa;
    background: none;
}

#dialog-login-btn{
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    background: #24b673;
    color: #ffffff;
}