body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    font-size: 9pt;
}

ol, ul, li
{
    list-style: none;
}

.clear
{
    clear: both;
}

.popLayerMask
{
    background: black;
    opacity: 0.2;
    filter: alpha(opacity=80);
    z-index: 999;
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.popLayer
{
    display: none;
    border: 5px solid #9E9E9E;
    position: absolute;
    z-index: 1000;
    background: white;
}

    .popLayer .titleBar
    {
        height: 30px;
        line-height: 30px;
        /*background: url(../images/titleBar.png) repeat-x;*/
        background:#DDE6F2;
        padding-left: 15px;
        color: #4A4A4A;
        font-weight: bold;
        text-align:left;
    }

    .popLayer .content
    {
        background: white;
    }

    .popLayer .footer
    {
        background: #F6F6F6;
        border-top: 1px solid #DADEE5;
        text-align: right;
        padding: 10px;
        height:auto;
        margin-top:0;
    }

        .popLayer .footer input
        {
            background: url(../images/button.gif) 0 -80px no-repeat;
            border: none;
            margin: 0px;
            padding: 0px;
            width: 104px;
            height: 30px;
            color: White;
            margin-left: 10px;
            cursor: pointer;
        }

        .popLayer .footer .operateBtnhover
        {
            background: url(../images/button.gif) 0 -50px no-repeat;
        }


    .popLayer .close_button
    {
        background: url(../images/close_03.gif) -13px 0 no-repeat;
        height: 12px;
        width: 13px;
        position: absolute;
        top: 8px;
        right: 8px;

    }

        .popLayer .close_button:hover
        {
            background: url(../images/close_03.gif) 0 0 no-repeat;
        }
