 body {
        margin: 0;
        padding: 0;
        background-image: url(../images/bg.png);
    }

    #page {
        margin: auto;
        width: 464px;

    }

    .header {
        position: relative;
        background-image: url(../images/header.png);
        height: 118px;

        width: 464px;
    }

    .top {
        position: relative;
        margin-top: 2px;
        /*background-image: url(images/bodytopbg.png);*/
        height: 50px;
        width: 464px;
    }

    .midle {}

    .botton {}

    .form_top {
        position: relative;
        background-image: url(../images/formtop.jpg);
        background-repeat: no-repeat;
        height: 45px;
        background-color: #CFF;
        width: 350px;
        margin: 50px auto 0px auto;

    }

    .home {
        position: absolute;
        background-image: url(../images/home2.png);
        cursor: pointer;
        top: 10px;
        right: 20px;
        width: 120px;
        height: 30px;
        z-index: 1;
    }

    .form_top2 {
        position: relative;
        background-image: url(../images/formtop.gif);
        background-repeat: no-repeat;
        height: 45px;
        background-color: #CFF;
        width: 350px;
        margin: auto;

    }

    .form_body {
        position: relative;

        background-image: url(../images/formbody.jpg);
        background-repeat: repeat-y;


        background-color: #CFF;
        width: 350px;
        margin: auto;
    }

    .form_bottom {
        position: relative;

        background-image: url(../images/formbootom.jpg);
        background-repeat: no-repeat;
        height: 26px;
        background-color: #CFF;
        width: 350px;
        margin: auto;
    }

    fieldset {
        margin: 0px auto;
        width: 300px;
        border: 1px solid #FFF;
        padding-top: 5px;
    }

    legend {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 1.1;
        color: #03F;
        background: #CCC;
        border: 1px solid #FFF;
        padding: 5px 6px;
    }

    label {
        height: 25px;
        margin-top: 3px;
        margin-left: 2px;
        padding: 5px;
        background-color: #EEEEEE;
        float: right;
        display: block;


        font-weight: normal;
        line-height: 1.1;
        color: #000;
    }

    .div_texbox {
        position: relative;
        float: right;
        width: 300px;
        background-color: #E6E6E6;
        height: 35px;
        margin-top: 3px;
        padding-top: 5px;
        padding-bottom: 3px;
        padding-left: 5px;
    }

    .textbox {
        background-image: url(../image/table.png);
        background-repeat: no-repeat;
        background-position: left;
        width: 220px;
        color: #3366CC;
        padding: 3px 5px 3px 19px;
        font-family: Arial;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
    }

    .textbox:hover {
        color: #FF0000;
        background: #FCC;
        font-size: 1.5 em;
    }

    .textbox:normal {
        color: #000000;
    }

    .button {
        width: 220px;
        font-size: 20px;
        padding: 5px;
    }

    .button:hover {
        cursor: pointer;
    }

    .btn {
        margin-top: 40px;
        display: block;
        background-image: url(../images/btn_1.png);
        width: 200px;
        height: 50px;
        cursor: pointer
    }

    .btn:hover {
        background-image: url(../images/btn_2.png);
    }

    .btn h2 {
        font-family: Arial, Helvetica, sans-serif;
        margin: auto;
        color: white;
        text-align: center;
        padding-top: 10px;
    }

    .btn h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5 em;
        margin: auto;
        color: #333;
        padding-right: 5px;
        padding-top: 0px;
    }

    .btn h2:hover {
        color: #360;
    }

    button {
        border: 0px;
        padding: 0;
        margin: 0;
    }

    #box {
        position: absolute;
        width: 350px;
        height: 300px;
        background-color: #E7FAE7;
        right: 50px;
        border: 2px solid #999;
        z-index: 1;
        background-image: linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;

        li.strName:hover {
            cursor: pointer;
            font-size: 1.2em;
        }

        .mssg {
            ;
        }