.embeddedApplet {
    width: 100%;
    height: 100%;
}

.submitButton {
    background-image: url('../img/login_button.gif');
    background-repeat: no-repeat;
    border: 0;
    width:73px;
    height:20px;
}

.getPassword {
    background-image: url('../img/getpassword_button.gif');
    background-repeat: no-repeat;
    border: 0;
    width:110px;
    height:20px;
}

.cancelButton {
    background-image: url('../img/cancel_button.gif');
    background-repeat: no-repeat;
    border: 0;
    width:71px;
    height:20px;
}

.getUsername {
    background-image: url('../img/getusername_button.gif');
    background-repeat: no-repeat;
    border: 0;
    width:116px;
    height:20px;
}