body#login table {
    background: #FFFFFF;
}

body#login table table {
    background: url(/images/logon_m.gif) top left no-repeat;
}

body#login td.left {
    padding-left: 60px;
}

body#login td.right {
    padding-right: 60px;
    text-align: right; 
}

body#login td.right input {
    width: 150px;
}

body#login #login_top {
    vertical-align: top;
    border: 1px solid #FFFFFF;
    border-bottom: 0px;
}

body#login #login_bottom {
    vertical-align: bottom;
    border: 1px solid #FFFFFF;
    border-top: 0px;
    background: #FFFFFF url('/images/logon_b.gif') top left repeat-x;
}

body#login td.right input#login_button {
    background: #FFFFFF url('/images/logon.gif') top left no-repeat;
    border: 0px;
    width: 60px;
    height: 28px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
}
