
.helpslider_float {
    position: absolute;
    top: 0; 
    width:100% 
}

.helpslider_float.fixed {
    position: fixed;
    top: 0;
    width:100%
}

.helpslider {
    text-shadow: 0px 0px 5px #c61a1a;
    box-shadow: 0px 0px 5px #c61a1a;
    -moz-box-shadow: 0 0 5px #c61a1a;
    -webkit-box-shadow: 0 0 5px #c61a1a;
    font-size:50px;
    color:#c61a1a;
    cursor:pointer;   
     z-index:9999;
    position: relative; 
    behavior: url(pie/PIE.htc);
}

#helpicon {
    width: 100%;
}

#helpsliderform {
    /*display: none;*/
}

#goaway {
    cursor:pointer;   
    text-align: center;
    display: none;  
    padding: 10px 0 10px 0;
    background-color: #ffffff;
    border:solid 1px #000000;
}

#thank_you {
    display: none;
    background-color: #ffffff;
    text-align: center;      
}

#sending_help {
    display: none;
    background-color: #ffffff;
    text-align: center;       
}