#myBtn.demo {
    padding: 5px;
    cursor: pointer;
    line-height: 20px;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #CC3732;
    color: #CC3732;
}
#myBtn.demo .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../../../../../wp-content/plugins/google-interactive-posts/style/btn_icons_sprite.png') transparent 0 -40px no-repeat;
}
#myBtn.demo:hover {
    background-color: #cc3732;
    color: #fff;
    border: #dd4b39;
}
#myBtn.demo:hover .icon {
    background: url('../../../../../wp-content/plugins/google-interactive-posts/style/btn_icons_sprite.png') transparent 0 0px no-repeat;
}

#myBtn.gplusapps {
    padding: 5px;
    cursor: pointer;
    line-height: 20px;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #CC3732;
    color: #CC3732;
}
#myBtn.gplusapps .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../../../../../wp-content/plugins/google-interactive-posts/style/btn_icons_sprite.png') transparent 0 -40px no-repeat;
}
#myBtn.gplusapps:hover {
    background-color: #cc3732;
    color: #fff;
    border: #dd4b39;
}
#myBtn.gplusapps:hover .icon {
    background: url('../../../../../wp-content/plugins/google-interactive-posts/style/btn_icons_sprite.png') transparent 0 0px no-repeat;
}