@CHARSET "UTF-8";
.bg-warning.affix-bottom {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1200;
    height: 140px;
    background-color: transparent;
    width: 100%;
}

.bg-warning.affix-bottom .backdrop {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: #000;
    opacity: .75;
    filter: alpha(opacity=75);
}

.bg-warning.affix-bottom .container {
    position: relative;
    width: 100%;
    margin-left: -590px;
}

.container {
    position: absolute;
    display: block;
    left:50%;
    width: 100%;
}

.bg-warning.affix-bottom .container .btn-close {
    position: relative;
    top: 5px;
    right: 68px;
    width: 28px;
    height: 28px;
    background: url(../images/footer/close.png) no-repeat center center;
}

a {
    background-color: transparent;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

