/* $Id: login.css,v 1.2 2011/09/12 20:21:07 sap Exp $ */





form#login {
    margin-top: 18px;
    margin-bottom: 22px;
}

form#login #fpass {
    margin-top: 8px;
    padding-left: 330px;
    line-height: 18px;
    color: #7AB804;
    background: 
        url(../img/icon_huh.png)
        no-repeat
        306px center
        ;
}

input.btext {
    width: 273px;
    height: 44px;
    padding: 0px 0px 0px 16px;
    border: 1px solid #bdbdbd;
    margin-right: 8px;
    font-size: 18px;
}

input.btext.example {
    color: #bdbdbd;
    font-style: italic;
}

input.bbtn {
    width: 124px;
    height: 50px;
    background: url(../img/btn_medium.png);
    border: none;
    vertical-align: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

    
