#help {
    position:absolute;
    right:16px;
    top:0;
    display:block;
    width:50px;height:50px;
    opacity:0.7;
    border:0;
    padding:0;margin:0;
    z-index:2;
}

#help:hover {
    opacity:1;
}
    #help img {
        border:0;
        padding:0;margin:0;
        width:50px;height:50px;
    }

.help-bubble .bt-content {
    background-image:url(../images/real-graph-paper.gif);
    background-color:white;
    font-weight:bold;
    font-size:14px;
    color:black;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}

#help-index {
    position:absolute;
    right:16px;
    top:60px;
    width:210px;
    display:none;

    background-image:url(../images/real-graph-paper.gif);
    background-color:white;
    font-size:15px;
    color:black;
    border-radius:15px;
    padding:25px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    z-index:10000;
}
#help-close {
    position:relative;
    float:right;
    z-index:2140000000;
    width:30px;
    height:30px;
    margin-right:-20px;
    margin-top:-20px;
    cursor:pointer;
    background-image:url(graphics/close.png);
}
#help-index p {
    margin-top:0;
    text-indent:10px;
    font-size:13.5px;
}
#help-index ul li {
    cursor:pointer;
    color:#2fb0f2;
    text-decoration:underline;
    margin-bottom:6px;
}

#help-index .help-show-all {
    margin-top:10px;
    margin-left:50px;
    font-size:13px;
    cursor:pointer;
    color:#2fb0f2;
}
