﻿#panel {
    position: fixed;
    top: 125px;
    left: -250px;
    margin: -40px 0 0 -2px;
    overflow: hidden;
    z-index: 10000;
}
#panel-content {
    background: #e4ebff;
	border: 2px solid #cfc2ed;
    box-shadow: 0px 0px 10px #a0a0a0 inset;
    width: 238px;
    height: auto;
    float: left;
    padding: 3px 5px;
}
#panel-sticker {
    float: left;
    position: relative;
    background: url(https://forumstatic.ru/files/000b/09/4f/27594.png) repeat, radial-gradient(ellipse at center, #e4ebff 0%, #e4ebff 100%);
    padding: 3px 8px 3px 5px;
    margin: 0;
    cursor: pointer;
    color: #604fef;
font-weight: bold;
border: 2px solid #604fef;

}
#blockUsers > li > strong {
    cursor: pointer;
    font-size: 17px;
    color: red;
    font-weight: bold;
    top: 2px;
    position: relative;
}
.blockButton:before {
    content: "X";
    cursor: pointer;
    margin-top: -15px;
    margin-left: -23px;
    position: absolute;
    width: 14px;
    opacity: 1;
    background: url(https://forumstatic.ru/files/000b/09/4f/27594.png) repeat, radial-gradient(ellipse at center, #e4ebff 0%, #e4ebff 100%);
    z-index: 2;
    color: #604fef;
    font-weight: bold;
    font-size: 13px;
    padding-left: 5px;
border: #604fef;
}
ul#blockUsers {
    list-style-type: none;
    float: left;
    margin-left: 25px;
}