body {
	margin: 0 !important;
	padding: 0 !important;
}

/* A fake IE information bar */
#infobar {
	font: message-box;
}

/* Please adjust the values if the infobar is not looking good */
  
#info
  {
    overflow-x: hidden;
    width: 99.9%;
    z-index:1000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    position:fixed;
    left:0;
    top:0;
    cursor:pointer;
  }

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    overflow-x: hidden;
    width:100%;
    clear: both;
    color: InfoText;
    background: #11c0db url(images/alert.png) no-repeat fixed .3em .3em;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    border-color: #E9CFD6;
    text-decoration: none;
    cursor: default;
    position:fixed;
    left:0;
    top:0;
    cursor:pointer;
  }

  #infobar a:hover
  {
	color: #000000;
	background: #E9CFD6 url(images/alert.png) no-repeat fixed .3em .3em;
	position: fixed;
	left: 0;
	top: 0;
	cursor: pointer;
}

#infobar p{
	margin:-5px;
	padding: .45em 0em .45em 22px;
	font-size:12px;
}
