div.bx-system-auth-form span.bx-auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    display: inline-block;
    vertical-align: bottom;
    margin-top: -1px;
}

div.bx-system-auth-form div.bx-auth-secure-icon {
    background-image: url(images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px;
}

div.bx-system-auth-form div.bx-auth-secure-unlock {
    background-image: url(images/sec-unlocked.png);
}

div.bx-system-auth-form input.button {
    padding: 1px 10px;
}

div.bx-system-auth-form input[type="image"] {
    width: 16px;
    height: 16px;
    display: block;
    border: none;
    background: url(images/exit.png) no-repeat;
    vertical-align: bottom;
    margin-left: 10px;
    float: right;
    border: 0;
}

div.bx-system-auth-form #login .user-name a {
    font-weight: normal;
    text-decoration: underline;
}

div.bx-system-auth-form #login {
    color: #979796;
}

div.bx-system-auth-form input[name="USER_LOGIN"], div.bx-system-auth-form input[name="USER_PASSWORD"] {
    padding: 1px 2px;
}

div.bx-system-auth-form input[name="USER_PASSWORD"] {
    margin-bottom: 2px;
}

#login {
    width: 350px;
}