/* sets up the appearance of the close button. */
a#closex
{
    background-color: #cccc66;
    color: #ffff99;
    font-family: arial, verdana, sans-serif;
    font-size: .9em;
    float: right;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    margin: 0 0 5px 10px;
    text-decoration: none;
}

/* sets up the appearance of the floater. */
div#floatDiv
{
    background-color: #ffff99;
    display: none;
    height: auto;
    left: 300px;
    margin: 5px;
    padding: 10px;
    position: absolute;
    top: 300px;
    width: 350px;
    z-index: 100;
}

/* sets up the appearance of the paragraphs inside the floater. */
div#floatDiv p
{
    color: #000000;
    font-family: arial, verdana, sans-serif;
    font-size: .8em;
    font-weight: bold;
    margin-top: 10px;
    text-align: justify;
}
