 div#box
        {
            /* width: 400px;*/
            margin: 0 0 0 0;
            background: #fe7004;
            color: #ffffff;
        }
        div#box2
        {
            /* width: 400px;*/
            margin: 0 0 0 0;
            background: #808080;
            color: #ffffff;
        }
        div, td
        {
            font-size: 12px;
        }
        #FullScreen
        {
            background-color: #eeeeee;
            color: #000000;
            height: 18px;
            font-weight: bold;
            cursor: hand;
        }
        #FullScreenImg
        {
            background-image: url(/archives/images/fullscreen.gif);
            background-repeat: no-repeat;
        }