#help{
    width: 94px;
    height: 23px;
    border-radius: 20px;
    position: relative;
    top: 5.5%;
    left: 72%;
    font-size: 12px;
    background-color: #DCDDDD;
    cursor: pointer;
}
.help :hover {
    cursor: pointer;
}
#help_name{
    line-height: 23px;
    float: right;
    margin-right: 10px;
}
#help_logo{
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}