* {
    padding: 0;
    margin: 0;
}
#bizzbar {
    background: #eb593c;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 2px;
    overflow: hidden;
    height: 30px;
    z-index: 1000;
    font-size: 14px;
    line-height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 3px solid rgb(216, 63, 26);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .7);
}
#bizzbar a {
    -webkit-box-shadow: rgba(0, 0, 0, 0.278431) 1px 1px 3px;
    background: #333;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.278431) 1px 1px 3px;
    color: white;
    cursor: pointer;
    font-size: 0.854em;
    margin: 0px 0px 0px 7px;
    outline: none;
    padding: 2px 10px 1px;
    position: relative;
    text-decoration: initial;
}
#bizzbar a:hover {
    cursor: pointer;
    background: #444;
}
#bizzbar a:active {
    top: 1px
}
close {
    width: 20px;
    height: 19px;
    bottom: 6px;
    right: 20px;
    background: url(../../images/sprite.png) no-repeat 0px -247px;
    position: absolute;
}
close:hover {
    background: url(../../images/sprite.png) no-repeat 0px -228px;
    cursor: pointer;
    height: 19px
}
open {
    -webkit-box-shadow: rgba(0, 0, 0, 0.34902) 0px 0px 5px;
    background-image: url(../../images/sprite.png);
    background-position: 0px -8px;
    background-repeat: no-repeat no-repeat;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 3px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.34902) 0px 0px 5px;
    display: block;
    height: 0px;
    outline: none;
    overflow: hidden;
    padding: 80px 18px 0px;
    position: fixed;
    right: 10px;
    top: -50px;
    width: 35px;
    z-index: 999;
    background-color: #eb593c;
    display: none;
}
open:hover {
    background-color: #ff5a3d;
    cursor: pointer;
}