﻿.inputtxt
        {
        }
        .paginator
        {
            font: 12px Arial, Helvetica, sans-serif;
            padding: 0px 5px 0px 0px;
            margin: 0px;
        }
        #floatBoxBg
        {
            position: absolute;
            filter: alpha(opacity=50);
            width: 100%;
            background: #000;
            height: 100%;
            top: 0px;
            left: 0px;
            opacity: 0.5;
        }
        .floatBox
        {
            border-bottom: #666 5px solid;
            position: absolute;
            border-left: #666 5px solid;
            width: 300px;
            border-top: #666 5px solid;
            top: 50px;
            border-right: #666 5px solid;
            left: 40%;
        }
        .floatBox .title
        {
            padding-bottom: 0px;
            padding-left: 10px;
            padding-right: 10px;
            background: #333;
            height: 23px;
            color: #fff;
            padding-top: 7px;
        }
        .floatBox .title H4
        {
            padding-bottom: 0px;
            line-height: 16px;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            float: left;
            font-size: 14px;
            padding-top: 0px;
        }
        .floatBox .title SPAN
        {
            float: right;
            cursor: pointer;
        }
        .floatBox .content
        {
            padding-bottom: 20px;
            padding-left: 15px;
            padding-right: 15px;
            background: #fff;
            padding-top: 20px;
        }
        #box
        {
            padding-bottom: 20px;
            margin: 0px 50px;
            padding-left: 20px;
            padding-right: 20px;
            background: #999;
            font-size: 14px;
            padding-top: 20px;
        }
        #box H1
        {
            line-height: 50px;
            height: 90px;
            font-size: 40px;
        }
        #box #testFloatBox
        {
            position: static;
            margin: 20px 0px;
        }
        #box TABLE
        {
            margin: 20px 0px;
        }
        #box H3
        {
            padding-bottom: 10px;
            padding-left: 0px;
            padding-right: 0px;
            font-size: 16px;
            padding-top: 20px;
        }
        CODE
        {
            margin: 10px;
            display: block;
            color: #333;
            font-size: 12px;
        }
        #box OL
        {
            list-style-position: inside;
            padding-bottom: 0px;
            list-style-type: decimal;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        #box OL LI
        {
            line-height: 18px;
            margin: 0px 0px 20px;
        }
        #box OL LI SPAN
        {
            color: #00f;
            cursor: pointer;
            text-decoration: underline;
        }
        #box OL LI STRONG
        {
            display: block;
        }
        BODY .iframe .content
        {
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        #box .title SPAN
        {
            font-size: 12px;
        }
        #box P
        {
            line-height: 18px;
            overflow: hidden;
        }
