#header-company-logo {
    background-image: url('/pwm/public/resources/who_wrapper_en.gif');
    position: relative;
    top: 5px;
    left: 0px;
    float: left;
    width: 200px;
    height: 50px;
    border-right: 1px solid #FFF;
    margin-left: 10px;
    z-index: 100;
    background-repeat: no-repeat;
}

#header {
    width: 100%;
    height: 70px;
    margin: 0px;
    z-index: 5;
    position: relative;
    background-color: #1E7FB8;
    background-image: url('header-gradient.gif');
}

#submitBtn, #verify_button, #password_button, #button_continue {
    background-color: #009A00;
}

.btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #FFF;
    padding: 8px 10px;
    margin: 0px;
    border: 1px solid #CCC;
    background-color: #76B7DD;
    border-radius: 8px;
}