.black_overlay
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
   /* opacity: .80;*/
   opacity:0;
    filter: alpha(opacity=80);
}
.white_content
{
    display: none;
    position: absolute;
    top: 10%;
    left: 25%;
    width: 670px;
    height: 420px;
    padding: 16px;
    border: 10px solid orange;
    text-align: center;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content_jin
{
    display: none;
    position: absolute;
    top: 10%;
    left: 25%;
    width: 670px;
    height: 470px;
    padding: 16px;
    z-index: 1002;
    overflow: auto;
}
.white_content_indicator
{
    display: none;
    position: absolute;
    top: 40%;
    left: 40%;
    width: 120px;
    height: 120px;
    padding: 16px; /*background-color: white;*/
    z-index: 1002;
    overflow: auto;
}

.white_content_Find
{
    display: none;
    position:fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 400px;
    padding: 16px;
    border: 10px solid #B2B2B2;
    text-align: center;
    background-color: #fff;
    z-index: 1008;
    overflow: auto;
}

.white_content_Find1
{
    display: none;
    position:fixed;
    top: 5%;
    left: 15%;
    width: 760px;
    height: 550px;
    padding: 16px;
    border: 10px solid #B2B2B2;
    text-align: center;
    background-color: #FFF;
    z-index: 1008;
    overflow: auto;
}

.content_qd_button
{
    position:relative;
    top:-34px;
    left:350px;
    width:100px;
    }