
#al_n_msg {
position: fixed;
bottom: 32px; left: 0;
padding:4px;
z-index: 9999; /*--Панель всегда поверх всех остальных элементов--*/
background: #fff;
border: 1px solid #c3c3c3;
border-bottom: none;
/*width: 94%;*/
margin: 0 3%;
}

*html #al_n_msg{
margin-top: -1px;
position: absolute;

top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)
: document.body.scrollTop +(document.body.clientHeight-this.clientHeight));

}


span.winus{position:relative;float:left;
cursor:pointer;
padding:4px;
}

span.winus div{
color:#ff6600;
}

span.winus div b{
color:#222255;
}