#toolbar{
  left: 0px;
  bottom: 0px;
  margtin: -1px -1px;
  width: 100%;
  background: url(http://www.guiabizkaia.com/barra_login/imagenes/fondo_barra.jpg) repeat top;
  min-height:45px;
  height:45px;
  text-align:center;
  position:fixed;
  z-index:999999999;
 
}
* html div#toolbar {
position:absolute;
bottom:0px;
left: expression( ( -0 - toolbar.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) )-10 + 'px' );
  top: expression( (-toolbar.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}


#toolbar_cerrado{
  right: 10px;
  bottom: 0px;
  margtin: -1px -1px;
  width: 4%;
  background: url(http://www.guiabizkaia.com/barra_login/imagenes/fondo_barra.jpg) repeat top;
  min-height:25px;
  height:25px;
  text-align:center;
  position:fixed;
  z-index:999999988;
 
}
* html div#toolbar_cerrado {
position:absolute;
bottom:0px;
left: expression( ( -0 - toolbar_cerrado.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) )-10 + 'px' );
  top: expression( (-toolbar_cerrado.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}


.texto_barra_login
{
  color:#FFFFFF;
  font-weight: bold;
}
