﻿#shadefullbg {
    background-color: #333;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 9999;
    filter: alpha(opacity=30);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

#shadedialog {
    background-color: #fff;
    border: 1px solid rgba(0,0,0, 0.4);
    height: 93px;
    left: 50%;
    margin: -200px 0 0 -200px;
    padding: 1px;
    position: fixed !important; /* 浮动对话框 */
    position:absolute;
    top: 50%;
    width: 486px;
    z-index: 9999;
    border-radius: 5px;
    display: none;
    text-align: center;
}

    #shadedialog p {
        margin: 0 0 12px;
        height: 24px;
        line-height: 24px;
        background: #ff6a00;
        text-align: right;
        padding-right:10px;
    }

        #shadedialog p.close {
            padding-right: 10px;
        }

            #shadedialog p.close a {
                color: #000;
                text-decoration: none;
            }
.jz{  width:486px; height:93px; border:3px solid #ccc; margin:20px 0px;position:relative;}
.jz_l{ float:left; width:304px; height:93px; }/*background-image:url(http://t2.gkw.cn/gongkong2/content/images/dd_jz.jpg); background-repeat:no-repeat;*/
.jz_r{ float:left; padding-top:34px;}
.jz_r1{ float:left; padding-top:40px; padding-left:4px}
