﻿/*加载*/
#BgDiv1
{
    background-color: #FFF;
    position: absolute;
    z-index: 9999;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    filter: alpha(opacity=60);
}

.DialogDiv
{
   position:fixed;
    z-index: 99999;  
    left: 50%;
    top: 50%;
    z-index: 1;  
    margin-top: -32px;
}

.U-guodu-box
{
    padding: 5px 15px;
    background: #3c3c3f;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    border-radius: 10px;
}

.U-guodu-box div
{
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    margin: 0px auto;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
}
