﻿.overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8798;
    opacity: 0.15;
    filter: alpha(opacity=15);
    background: #000;
    width: 100%;
    height: 100%;
    _padding: 0 20px 0 0;
    display: none;
}

.showbox
{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 8888;
    top: 50%;
    display: none;
}
#AjaxLoading
{
    color: #37a;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
}
#AjaxLoading div.loadingWord
{
    background: url('images/loading.gif');
    width: 64px;
    height: 64px;
}
#AjaxLoading img
{
    margin: 10px 15px;
    float: left;
    display: inline;
}

.frmbg
{
    position: absolute;
    z-index: 9999;
    background: rgba(201,201,201,0.6);
    padding: 5px;
    border-radius: 3px;
    display: block;
    background: #ccc \9;
    _width: 400px;
}
.frm
{
    border: 1px solid #999;
    background: #fff;
}
.frm .frmTitle
{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-family: Arial;
    background: #0698E9;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    color: #fff;
}
.frm .frmTitle span
{
    padding-left: 5px;
}
.frm .frmContent
{
    background: url(images/surprise.png) 0 0 no-repeat;
    margin: 10px 10px 10px 30px;
    padding-left: 50px;
    font-size: 14px;
    width: 300px;
}
.frm .frmbtn
{
    text-align: right;
    padding: 5px 0;
    border-top: 1px solid #bbb;
}
.frm .frmbtn button
{
    width: 60px;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 5px;
}
.frm .frmbtn button:hover
{
    background: #0698E9;
    color: #fff;
}

#queryloading
{
    position: absolute;
    z-index: 99999;
    width: 462px;
    height: 235px;
    left: 50%;
    margin-left: -231px;
    top: 200px;
}
.message
{
    background: url(images/surprise.png) 0 0 no-repeat;
    margin: 10px 10px 10px 10px;
    line-height: 28px;
    padding: 5px 20px 5px 50px;
    font-size: 18px;
    width: 400px;
    font-weight: bold;
    font-family: 幼圆;
}
