


#side-button {
    position: fixed;
    right: 0;
    z-index: 1999;
    top: auto!important;
    bottom: 100px;
}

#messageToTop,.message_write {
    position: relative;
    right: -78px;
    width: 120px;
    height: 42px;
    line-height: 42px;
    background: #009afe;
    color: #fff;
    font-size: 14px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s
}

.message_write img {
    width: 22px
}

.message_write span {
    display: inline-block;
    margin-left: 10px;
    color: #fff!important
}

.message_write:hover {
    right: 0;
    cursor: pointer;
    opacity: 1;
    background: #009afe
}

#messageToTop {
    display: none;
    position: absolute;
    width: 42px;
    text-align: center;
    margin-top: 2px;
    overflow: hidden;
    right: 0
}

#messageToTop img {
    width: 32px
}

#messageToTop:hover {
    background: #009afe;
    cursor: pointer
}

#messageToTop:active,#messageToTop:focus {
    outline: 0
}

.feedback-title{
    background-color:#0da6f8;
}

.feedback-title h2{
    padding: 4px 0;
    font-size: 36px;
    color: white;
}

.feedback-title h2 span {
    margin-left: 20px;
    font-size: 18px;
    color: white;
    vertical-align: middle;
}

.feedback-title .close-img {
    width: 31px;
    height: 31px;
    background: transparent url(https://www.coolmuster.com/public/skin/default/images/close.png) no-repeat scroll 0 0;
    display: inline-block;
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}