.mask{width:100%;height:100%; background-color:#eee; opacity:0.5; position:absolute;left:0px; top:0px}
.dialog-box,.dialog-alert{border:1px solid #ccc; position:absolute; top:50%;left:50%; background-color:#fff}
.dialog-box .dialog-title{ background:url(../images/dialog/titlebg.png) repeat-x; height:36px; overflow:hidden; border-bottom:1px solid #f2f2f2; padding:5px 10px }
.dialog-box .dialog-title .name{ font-size:14px; font-weight:bold; color:#444}
.dialog-box .dialog-title h3{font-weight:normal; font-size:12px; padding: 0;margin: 0; line-height: 30px; border-bottom:0px; }
.dialog-box .dialog-title .close{ background:url(../images/dialog/close.png) repeat-x;width:14px; height:13px; display:block; text-indent:-999px; overflow:hidden; float:right; margin-top:5px;cursor: pointer;}
.dialog-success,.dialog-warning,.dialog-error{padding:40px 0; text-align:center;font-size:16px; color:#333}
.dialog-success em,.dialog-warning em,.dialog-error em{display:inline-block;width:42px; height:42px;background:url(../images/dialog/success.png) 0 -108px no-repeat; vertical-align:middle; margin-right:6px}
.dialog-warning em{ background:url(../images/dialog/confirm.png) no-repeat}
.dialog-error em{ background:url(../images/dialog/error.jpg) no-repeat}
.dialog-success a,.dialog-warning a,.dialog-error a{color:#059}
.dialog-normal {padding: 10px; overflow-y: scroll;}
/*消息*/
.dialog-tips{
    width:241px; height:68px; background:url(../images/dialog/tips.png) no-repeat; line-height:67px; text-indent:79px; font-weight:500; font-size:14px; font-family:"微软雅黑"; color:#666;
    overflow:hidden;
    background-color:#FFF;
    position:fixed!important;/* FF IE7*/
    position:absolute;
    _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
    top:45%;
    left:45%;
    z-index:999999;
}
.dialog-footer{text-align:right; padding:10px}
.dialog-box{
    /*display:none;*/
    overflow:hidden;
    background-color:#FFF;
    /*cursor:move;*/
    position:fixed!important;/* FF IE7*/
    position:absolute;
    _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
    top:50%;
    left:35%;
    border:solid 1px #ccc;
    z-index:999999;
}