/* Background images */

.hfsMain  { background: url("/images/hfs/body-bg.gif") center -4px repeat-x; }

.hfsHeader { background: url("/images/hfs/header-center-bg.jpg") 0 -4px no-repeat; }

/* Logo vertical spacing */

.hfsHeader .center-logo img { margin: 5px 0 0 0; }

a.hfsKidsZone img { padding-left:10px;margin-top:-4px;background-color:#fff }

#popupdiv {
        position: absolute;
        z-index: 28000;
        left: 50%;
        top: 300px;
        width: 480px;
        height: 242px;
        padding: 15px;
        margin: -136px 0 0 -260px;
        border: 5px solid #b3c9df;
        background-color: #d4e3ef;
        display: none;
}

#popupdiv div {
        padding: 15px;
        line-height: 1.2em;
        color: #fff;
        font-family: Trebuchet MS, Trebuchet MS, sans-serif;
        text-align: center; 
        border: 2px solid #336aa4;
        background-color: #1b3a5a;
}

#popupdiv div a { color: #fff; font-size: 1.3em;}


