.login-popup {
    display: none; 
    z-index: 999; 
    background: #fff; 
    border: 1px solid #dbdbdb; 
    position: absolute; 
    bottom: 18px; 
    left: -166px;
    width: 600px;
}
.login-popup ul {
    text-align: left; 
    float: left; 
    margin: 20px; 
    width: 110px;
}

.login-popup ul li a{
    font-size: 11px; 
    text-transform:capitalize; 
    color: #666; 
    text-decoration: underline;
}

.login-popup ul li a:hover{color: #000; text-decoration: none;}

.langform {
    /* margin-top: 4px; */
    cursor: pointer;
    position: relative;
    /* float: left; */
    display: inline-block;
    line-height: 14px;
    height: 12px;
    /* background: url(../images/langform1.png) no-repeat right top; */
    /* padding-right: 26px; */
}

.langform.active{
    /*
    background: url(../images/langform2.png) no-repeat right top;
    */
}
.langform .left{
    /*
    line-height: 14px; 
    height: 14px; 
    
    background: url(../images/langform1.png) no-repeat left top; 
    
    padding-left: 5px; 
    */
    font-size: 12px; color: #999;
}

.langform a{
    color: #006699; 
    text-decoration: underline;
}