.kops2 {
    position: absolute;
    background-color: #FFF;
    border: 1px solid #9BAAB7;
    z-index: 9999;
    right: 1px;
    top: 20px;
}

    .kops2 li {
        clear: both;
        line-height: 28px;
    }

        .kops2 li a {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            height: 28px;
            border-bottom-color: #E7E9EB;
            padding-right: 10px;
            padding-left: 10px;
            display: block;
            clear: both;
        }

.kops3 {
    position: absolute;
    background-color: #FFF;
    border: 1px solid #9BAAB7;
    z-index: 9999;
    right: 100px;
    top: 20px;
}

    .kops3 li {
        clear: both;
        line-height: 28px;
    }

        .kops3 li a {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            height: 28px;
            border-bottom-color: #E7E9EB;
            padding-right: 10px;
            padding-left: 10px;
            display: block;
            clear: both;
        }


.loading {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    background: #FFF url(/images/bottom_line.gif) repeat-x bottom;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}
