body {
    margin: 0;
    padding: 0;
}

#infobar {
    font: message-box;
    border-bottom: 3px outset;
    display: block;
    color: #000;
    width:100%;
    background: #FFFFE1 url(warning.gif) no-repeat fixed .3em .3em;
    text-decoration: none;
    cursor: default;
}
/* Please adjust the values if the infobar is not looking good */

#infobar p {
    margin:0px;
    padding: .45em 0em .45em 22px;
    font-size:11px;
}
div#close {
    position: absolute; top: 7px; right: 5px;
}
.closebar {
    height: 8;
    width: 8;
    margin: 0px;
    background: url(close.gif) no-repeat;
}

#infobar a {
    color: blue;
}

td.white {
    color: white;
    font-family:Arial, sans-serif;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
}

td.white a {
    color: white;
    text-decoration: underline;
}
