.panel {
    position: fixed;
    top: 190px;
    right: 0;
    display: none;
    background: #FFFFFF;
    width: 330px;
    height: auto;
    z-index:999999;
    padding:10px;
    border:solid 1px #c9c9c9;
}

a.trigger{
    position: fixed;
    text-decoration: none;
    top: 200px; right: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 0px 15px 0px 59px;
    height:36px;
    font-weight: 700;
    background: url(/images/buttons/feedback_btn.png);
    display: block;
    z-index:9999999;
}

a.trigger:hover{
    text-decoration: none;
    top: 200px; right: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 0px 15px 0px 59px;
    height:36px;
    font-weight: 700;
    background: url(/images/buttons/feedback_btn_hover.png);
    background-repeat: no-repeat;
    display: block;
    height:36px;

}

a.active.trigger {
    background: url(/images/buttons/feedback_btn_hover.png);
    background-repeat: no-repeat;
}

