#sexybar {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 24px;
    background: url(images/sexybar.png);
    opacity: .9;
    color: #fff;
    font: 11px verdana, helvetica, arial, sans-serif;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
#sexybar a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
#sexybar .sexybar_tab {
    float: left;
    background: url(images/sexybar.png);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#sexybar .sexybar_toggle {
    cursor: pointer;
    display: block;
    padding: 0 15px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 700;
}
#sexybar .sexybar_toggle img {
    border: 0;
    vertical-align: -4px;
}
#sexybar .sexybar_content {
    display: none;
    position: absolute;
    bottom: 24px;
    padding: 10px;
    background: #666;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
#sexybar .sexybar_right {
    float: right;
}
#sexybar .sexybar_right .sexybar_content {
    right: 0;
}



#userlist ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
