﻿ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#pwd_info {
    position: absolute;
    /*bottom: -75px;
    bottom: -115px\9; /* IE Specific */
    z-index: 1000;
    /*right: 280px;
    width: 250px;*/
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    display: none;
}

    #pwd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: bold;
        font-family: serif;
    }

    #pwd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalid {
    /*background: url(../css/images/invalid.png) no-repeat 0 50%;*/
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    /* &#10004 ascii code for tick mark */
    /*background: url(../css/images/valid.png) no-repeat 0 50%;*/
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

.span_style {
    border: 1px solid black;
    border-radius: 4px;
    background-color: antiquewhite;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
}
