.panel {
    position: fixed;
    right: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
    background: rgba(0,0,0,.8);
    color: #333;
    direction: ltr;
    width: 550px;
    z-index: 99999;
}
.search {
    position: fixed;
    right: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
    background: #333;
    color: #fff;
    direction: ltr;
    z-index: 99999;
}
.wrap {
    position: relative;
}
.searchinput {
    color: #fff;
    width: 90%;
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 31px;
    font-size: 13px;
    font-weight: normal;
    background: url("../../images/icons/44.png") no-repeat right center #ce4c4c;
    background-size: 16px 16px;
    padding-right: 10%;
}

.title_slidemenu {
    color: #fff;
    width: 95%;
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 37px;
    padding-top: 13px;
    font-size: 15px;
    font-weight: normal;
    background: #436eab;
    background-size: 16px 16px;
    padding-right: 5%;
    text-indent: 11px;
}
.closebutton {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    right: 16px;
    top: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: tahoma;
}

a.slidemenulink:link , a.slidemenulink:visited {
    display: block;
    color: #fff;
    padding: 8px;
    padding-right: 12px;
    margin-bottom: 5px;
    font-size: 13px;
    border-radius: 10px;
        -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.06);
        -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.06);
        box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.06);
}
a.slidemenulink:hover {
    color: #eee;
    background-color: rgba(255, 255, 255, .1);
}