
.panel {
    position: absolute;
    left: 885px;
    margin-top: 40px;
    z-index: 2;
    display: none;
    background: #CCCCCC;
    border:1px solid #111111;
    width: auto;
    height: auto;
}

a.trigger{
    position: absolute;
    z-index: 2;
    text-decoration: none;
    left: 1400px;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 10px 20px 10px 7px;
    font-weight: 700;
    background:#333333 85% 55% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    display: block;
}