/* A fake IE information bar */
body
{
 margin: 0px;
 padding: 0px;
}
#infobar {
 font: message-box;
}
/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
 
 color: #000;
 width:100%;
 background: #FFFFE1 url(http://img396.imageshack.us/img396/5451/warningrg7.gif) no-repeat fixed .3em .3em;
 border-bottom: .16em outset;
 text-decoration: none;
 cursor: default;
}
#infobar a:hover {
 color: #FFF;
 background: #3169B6 url(http://img396.imageshack.us/img396/5451/warningrg7.gif) no-repeat fixed .3em .3em;
}
#infobar p{
 margin:0px;
 padding: .45em 0em .45em 22px;
 font-size:11px;
  background: #FFFFE1 url(http://img396.imageshack.us/img396/5451/warningrg7.gif) no-repeat fixed .3em .3em;
 border-bottom: .16em outset;
}