﻿/*
功能：(密码登录方式)各风格登录页公用样式
*/

/*登录类型和语言列表*/
.llList
{
    background: #fff;
    border-collapse: collapse;
    z-index: 10000;
    position: absolute;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    list-style: none;
    display: none;
    width: 70px;
}
.llList li
{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: url(../images/loginBotton.gif);
    height: 15px;
    line-height: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.llList a
{
    text-decoration: none;
    color: #000;
}
.llList a:hover
{
    text-decoration: underline;
    color: #000;
}
/*用户名、密码、验证码获取、失去焦点*/
.blur
{
    border: #003366 1px solid;
}
.focus
{
    border: #ff6600 1px solid;
}
/*验证码图片*/
#imgValidateCode
{
    cursor: pointer;
}
