#user-action {
    position: absolute;
    top: -1px;
    right: 30px;
    border: red solid 1px;
    border-radius: 0px 0px 10px 10px;
    width: 300px;
    height: 70px;
    z-index: 1;
}

#user-action>div {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

#user-action>div:first-child {
    background: #f88;
    border-radius: 0px 0px 10px 10px;
    opacity: 0.7;
}

#user-action>form {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

#user-action>form>input {
    position: absolute;
    border: red solid 1px;
    padding: 1px;
}

#user-action>form>input#login {
    top: 10px;
    left: 10px;
    width: 176px;
    height: 16px;
}

#user-action>form>input#passwd {
    top: 40px;
    left: 10px;
    width: 176px;
    height: 16px;
}

#user-action>form>input[type=submit] {
    top: 10px;
    right: 10px;
    width: 90px;
    height: 50px;
}

#user-action>div:last-child>div {
    position: absolute;
    border: red solid 1px;
    background: #eee;
    height: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    width: 131px;
    padding: 1px;
    cursor: pointer;
}

#user-action>div:last-child>div>a {
    display:block;
    font-style: normal;
    width: 100%;
    height: 100%;
}

#user-action>div:last-child>div>a:hover {
    font-weight: normal;
}

#user-action>div:last-child>div:hover {
    background: #ddd;
}

#user-action>div:last-child>div:nth-child(1) {
    left: 11px;
    top: 11px;
}

#user-action>div:last-child>div:nth-child(2) {
    left: 11px;
    bottom: 11px;
}

#user-action>div:last-child>div:nth-child(3) {
    right: 11px;
    top: 11px;
}

#user-action>div:last-child>div:nth-child(4) {
    right: 11px;
    bottom: 11px;
}

