#pswd_info {
    position: absolute;
    width: 250px;
    padding: 5px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: none;
    list-style-type: none;
    padding-left: 15px;
}
#pswd_info2 {
    position: absolute;
    width: 250px;
    padding: 4px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: none;
    list-style-type: none;
    padding-left: 15px;
}
.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
}
.arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 15px;
    margin-top: -15px;
}
.arrow_box:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 16px;
    margin-top: -16px;
}
.invalid {
    background:url(/ressources/images/invalid.png) no-repeat 0 8%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(/ressources/images/valid.png) no-repeat 0 8%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}