.message-pwdreset
{
    padding: 3px;
    width: 600px;
    text-align: center;
    margin: 0 auto 20px auto;
    border-radius: 6px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11pt;
}
.message-pwdreset-error
{
    border: 2px solid #FF0000;
    background: #FFEECC;
}
.message-pwdreset-success
{
    border: 2px solid #009900;
    background: #CCFFCC;
}

#title-pwdreset
{
    text-align: center;
}
#text-pwdreset
{
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    margin: 32px 0 24px 0;
}

#pwdreset-box
{
    width: 310px;
    margin: 0 auto 0 auto;
    font-family: Verdana, Geneva, sans-serif;
}

.input-pwdreset
{
    width: 300px;
    font-size: 12pt;
}
#button-pwdreset-submit
{
    width: 140px;
    height: 30px;
    margin: 10px 0 0 85px;
}
