#infobar_div {
    position:relative;
}

.infobar-container {
    height:20px;
    overflow:hidden;
    position:relative;
    width: 1035px !important;
    margin-left: 15px;
}

.infobar-title {
    padding: 0 0 0 26px;
    padding:0;
    margin: 3px 40px 0 0;
    margin:0;
    float:left;
    white-space:nowrap;  
}

.infobar-news {
    float:left;
}

.infobar-title{
    float:left;
    padding-left:25px;
    padding-top:9px;
    height:21px;
    font-family: Raleway;
    font-size: 13px;
    background-position: 0px 8px !important;
}


.infobar-clip {
    position: absolute;
}

.infobar-clip > .infobar-news {
    margin-right:30px;
}


#infobar_static{
    width: 1088px;
    margin: 0px auto 5px auto;
    padding: 0px 0px 0px 0px;
}

#infobar_div{
    width: 96% !important;
    float:left;
    position: relative;
    z-index: 1000;
}

.infobar_close{
    background-image: url("../../images/portal/infobar_closer.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 33px;
    width: 28px;
    position: absolute;
    right: 0px;
    top: -1px;
}

.infobar_close:hover
{
   cursor:pointer;
}


.infobar_float {  
    padding: 0px;   
    width: 1090px;
    padding: 0px;
    z-index: 10000;
    position: fixed !important;
    bottom: 5px;
}

#infobar_floating {
    height: 27px;
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
}

#infobar_floating #infobar_div {
    width: 100% !important;
}

#infobar_floating .infobar {
    float: left;
    width: 900px;
    height: 27px;
    margin: 0px auto;
}

#infobar_floating .infobar_closer {
    cursor: pointer;
    float: right;
    height: 30px;
    margin: 0 0 0;
    width: 30px;
}