
div#helpStart {
    
    position: absolute;
    top: 100px;
    right: 50px;
    cursor: pointer;
    width : 28px;
    height : 26px;
}

div#helpPopup {    
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;

    cursor: pointer;
    width: 400px;
    z-index: 2;
}
