﻿
.cuowu {
    color: red;
}

.pwd {
    width: 40px;
    height: 20px;
    line-height: 14px;
    padding-top: 2px;
}

.pwd_f {
    color: #BBBBBB;
}

.pwd_c {
    background-color: #F3F3F3;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

.pwd_Weak_c {
    background-color: #FF4545;
    border-top: 1px solid #BB2B2B;
    border-bottom: 1px solid #BB2B2B;
    border-left: 1px solid #BB2B2B;
}

.pwd_Medium_c {
    background-color: #FFD35E;
    border-top: 1px solid #E9AE10;
    border-bottom: 1px solid #E9AE10;
    border-left: 1px solid #E9AE10;
}

.pwd_Strong_c {
    background-color: #3ABB1C;
    border-top: 1px solid #267A12;
    border-bottom: 1px solid #267A12;
    border-left: 1px solid #267A12;
}

.pwd_c_r {
    border-right: 1px solid #D0D0D0;
}

.pwd_Weak_c_r {
    border-right: 1px solid #BB2B2B;
}

.pwd_Medium_c_r {
    border-right: 1px solid #E9AE10;
}

.pwd_Strong_c_r {
    border-right: 1px solid #267A12;
}

.GreenStyle {
    color: limegreen;
}

.RedStyle {
    color: red;
}

#TipsMessage {
    background-color: #FFFFFF;
    width: 300px;
    min-height: 110px;
    display: none;
    border: 1px solid #95B8E7;
    display: block;
    margin: auto;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 9014;
    background-color: #E0ECFF;
    background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 20%);
    background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
    background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 10%);
    border-radius: 5px 5px 5px 5px;
}

.Tips {
    font-size: 12px;
    font-weight: bold;
    color: #0E2D5F;
    height: 16px;
    line-height: 28px;
    margin-left: 6px;
}

.TipsInfo {
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    border-style: solid;
    min-height: 75px;
    border-width: 1px;
    clear: both;
    width: 288px;
    border-color: #95B8E7;
    padding: 10px;
    overflow: hidden;
    margin-left: 5px;
    cursor: auto;
    text-align: center;
    margin-bottom: 5px;
}

.ContentText {
    color: #000000;
    font-size: 12px;
    text-align: left;
}

.TipsButton {
    text-decoration: none;
    margin-left: 10px;
    background: #eaf2ff;
    color: #000000;
    border: 1px solid #b7d2ff;
    filter: none;
    border-radius: 5px 5px 5px 5px;
    padding: 4px 20px;
    background-color: white;
}

.ImgPointer {
    cursor: pointer
}
