/* A fake IE information bar */
#infobar 
{
}

/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active 
{
   display: block;
   color: #000000;
   width: 100%;
   background: #FFFFE1;
   text-decoration: none;
   cursor: default;
   padding: 2px;
   font-size: 10px;
   border-bottom: 1px solid #000000;
}

#infobar a:hover 
{
   background: #FFCC31;
}

#infobar p
{
   padding: 0em 0em 0em 22px;
}