﻿
.regionDialog
{
    /*根据实际调用页面所附加的控件调整 left 和 top 的值*/
    width:382px; height:280px; left:1px; top:38px; z-index:100000; position:absolute;display:none;
    background:#ffffff; border:1px solid #d5d5d5; border-top:0; padding-top:5px; 
    line-height: 20px;
}

.regionDialog ul
{    
    margin: 0;
    padding: 0;
    list-style: none;
    display:block;
}

.region-tab{ width:95%; margin:auto;}

.region-tab .tab .current
{   
    border: 2px solid #e4393c;
    border-bottom: 2px solid #fff;
}

.region-tab li
{
    cursor:pointer;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ddd;
    padding: 2px 10px;
    background: #fff;
    color: #005aa0;
    font: 700 14px 'microsoft yahei';
    border-bottom: none;
    color: #555;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    white-space: normal;
    word-break: break-all;
}
.tab-con
{    
    width:95%; margin:auto;
    border-top: 2px solid #e4393c;
    margin-top: -2px;
    padding-top: 10px;
} 
.tab-con div
{
    width:100%; height:230px;
}

.tab-con li
{    
    margin: 0;
    padding: 0;
    list-style: none;    
    width: 6.4em;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: -webkit-match-parent;
    font-size: 12px;
}

.tab-con li a
{    
    margin-right: 0;
    display: inline-block;
    padding: 0 2px;
    text-decoration: none;
    color:#555555;
}
.tab-con li a:hover
{ 
    background: #e4393c;
    color: #fff;
}



.ddlTextSelector{
    width:100%; height:210px; left:1px; top:38px; z-index:100000; position:absolute;display:none;
    background:#ffffff; border:1px solid #d5d5d5; border-top:0; padding-top:5px; 
    line-height: 20px; overflow-x:hidden; overflow-y:auto;
}

.ddlTextSelector ul
{    
    margin: 0;
    padding: 0;
    list-style: none;
    display:block;
}
.ddlTextSelector li
{    
    margin: 0;
    padding: 0;
    list-style: none;    
    width: 100%;
    display: inline-block;
    text-align: -webkit-match-parent;
}
.ddlTextSelector li a
{    
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    color:#555555;
}
.ddlTextSelector li a:hover
{ 
    background: #e4393c;
    color: #fff;
}



.weakPwdItem {
    cursor: pointer;
    font-size: 13px;
    width: 25%;
    float: left;
    height: 22px;
    line-height: 22px;
}

    .weakPwdItem:hover {
        background-color: #f7f1ad;
    }

.pwd-eye {
    height: 20px;
    width: 20px;
    border: 0px solid red;
    right: 5px;
    top: 14px;
    cursor: pointer;
}

.pwd-eye-close {
    background: url(image/eye_close.png) no-repeat center center;
}

.pwd-eye-open {
    background: url(image/eye_open.png) no-repeat center center;
}




