table.passwordrecovery {
    font-size: 12px;
}

table.passwordrecovery td.title {
    font-size: 14px;    
    color: #165BB1;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

table.passwordrecovery input {
    font-size: 12px;
    border: 1px solid #848484;
}

table.passwordrecovery input.button {
    background-image: url(/images/button/arrow-right.gif); 
    height: 17px;
    width: 155px;
    border: 0px;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #FFFFFF; 
    cursor: pointer;
    color: #165BB1;                
}

table.passwordrecovery input.remember {
    background-image: url(/images/button/arrow-right.gif);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #165BB1;
    font-size: 11px;
    width: 100px;
    border: 0px;
    height: 13px;
    cursor: pointer;
}