.floating-box {
    position: fixed;	
	z-index: 1100;   
}

.floating-bottom {
    bottom:0;
    width:100%;
}

.floating-bottom div {
    margin:0 auto;
    position:relative;
    width: 728px;  
}

.floating-box .tag-pub {
    font-family: Arial,Helvetica,sans-serif;
    font-size: .625rem;
    line-height: 1.3;
    background:#EBEBEB;
    color:#565656;
    display:block;
    margin:0 auto;
    padding:2px 0 2px 0;
    text-align:center;
    text-transform:uppercase;
    width:100%;
}

.floating-box.floating-bottom .button-container {
    position: absolute;
    right: 0;
    top: -34px;    
}

.floating-box button.button-close {    
    background:url('img/button-floating-pub.gif') #EBEBEB left top no-repeat;
    color: #EBEBEB;
    display: block;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0 0 1px 0px;
    padding-top: 34px;
    width: 35px;
}

.floating-box button {
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
}