/*******************************************************************************

  Name:           No IE Information Bar
  Version:        0.2.6
  Date:           December 14, 2004
  Author:         Martin Ng <http://minghong.webhop.org>

  ------------------------------------------------------------------------------

  Creative Commons Deed
  Attribution-NonCommercial 2.0

  You are free:
  * to copy, distribute, display, and perform the work
  * to make derivative works

  Under the following conditions:
  * Attribution.
    You must give the original author credit.
  * Noncommercial.
    You may not use this work for commercial purposes.
  * For any reuse or distribution, you must make clear to others the license
    terms of this work.
  * Any of these conditions can be waived if you get permission from the
    copyright holder.

  Your fair use and other rights are in no way affected by the above.

  Read full license here:
  http://creativecommons.org/licenses/by-nc/2.0/legalcode

*******************************************************************************/

/* A fake IE information bar */
#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 {
   display: block;
   padding: .45em .3em .45em 2em;
    float: left;
    clear: both;
    width: 100%;
    color: InfoText;
    background: InfoBackground url(http://singpolyma.net/warning.gif) no-repeat fixed .3em .3em;
    border-bottom: .16em outset;
    text-align: left;
    text-decoration: none;
    cursor: default;
    position: absolute;
    top: 0px;
    left: 0px;
	 z-index: 9999;
	 cursor: hand;
}

#infobar a:hover {
    color: HighlightText;
    background-color: Highlight;
}
