﻿.icon {
    display: inline-block;
    font: normal normal normal 14px/1 sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*普通会员*/
.icon.ico_user_v0 {
    width: 16px;
    height: 16px;
    background: url(../images/ico_user_v0.png) 0 0 no-repeat;    
}
/*普通会员升级成认证会员*/
.icon.ico_user_renzhen {
    width: 16px;
    height: 16px;
    background: url(../images/ico_user-renzheng.png) 0 0 no-repeat; 
    padding:0px 2px;
    margin-left:2px;   
}
.icon.ico_user_v0_all {
    width: 36px;
    height: 16px;
    background: url(../images/ico_user_v0_all.png) 0 0 no-repeat;
}

/*认证会员*/
.icon.ico_user_v1 {
    width: 16px;
    height: 16px;
    background: url(../images/ico_user_v1.png) 0 0 no-repeat;    
}
/*认证会员升级VIP会员*/
.icon.ico_user-vip {
    width: 35px;
    height: 16px;
    background: url(../images/ico_user-vip.png) 0 0 no-repeat;
    padding:0px 2px;
    margin-left:2px; 
}
/*VIP会员*/
.icon.ico_user_v10 {
    width: 36px;
    height: 16px;
    background: url(../images/ico_user_v10.png) 0 0 no-repeat;
}
/*专家*/
.icon.ico_zhuan {
    width: 16px;
    height: 16px;
    background: url(../images/ico_zhuan.png) 0 0 no-repeat;
}
.icon.ico_user_v20 {
    width: 36px;
    height: 16px;
    background: url(../images/ico_user_v20.png) 0 0 no-repeat;
}
/*网站工作人员*/
.icon.ico_user_v100 {
    width: 28px;
    height: 16px;
    background: url(../images/ico_user_v100.png) 0 0 no-repeat;
}
.icon.ico_user_score {
    width: 16px;
    height: 16px;
    background: url(../images/ico_user_score.png) 0 0 no-repeat;
    vertical-align:-2px;  
    margin-left:2px;
}
.ico_middle{
    vertical-align:-4px;
}
.login-panel {   
    width: 120px;   
}
.login-panel.logon span {    
    width: 120px;    
}

.login-score{
    float: right;
    width:65px; 
    margin-left:8px; 
    line-height: 28px; 
    height: 28px; 
}
.login-score span{    
    font-size: 12px;
    color: #FFF; 
       
}