.pwd_confirmation {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #e71d27;
    border: 1px solid #e71d27;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    margin-top: -20px;
    margin-left: -13px;
    padding: 30px 10px 2px;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-image: url(/file?fle=308199);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 160px;
    cursor: pointer;
    right: 220px;
}

a.pwd_l_link, a.pwd_l_link:hover {
font-size: 16px;
color: #FFFFFF;
text-decoration: none;
}

