@charset "utf-8";

*{padding:0;margin:0;}
.dialog_overlay{position: fixed;width:100%;height:100%;top:0;left:0;background-color: #000;opacity: 0.3;filter:Alpha(opacity=30);z-index:999;}
.dialog_box{position: fixed;background: rgba(0,0,0,0.25);background:url(../images/bg.png) repeat left top\9;font-family:"Microsoft YaHei";z-index:999; box-shadow: 0px 0px 20px #333333}
.dialog_wrap{position: relative;border-collapse: collapse;width:100%;height:100%;background-color: #fff;z-index: 999;}
.dialog_title{position: absolute;top: 0;left: 0;height:34px;line-height:34px;text-indent:20px;width:100%;border-bottom:1px solid #ddd;font-size:14px;color: #fff; background-color: #1A8D69;}
.dialog_close{display: block;position: absolute;padding: 0;top: 0;right: 0;width: 34px;height: 34px;line-height: 34px;font-size: 28px;color: #fff;text-align: center;font-family: STHeiti;text-decoration: none; background-color: #1A8D69; border-left:1px solid #1A8D69;}
.dialog_close:hover{background-color:rgb(38, 172, 129);color:#fff;text-decoration: none;}
.dialog_content{text-align: center;line-height:30px;font-size: 14px;color: #3c3c3c;padding:70px 0 80px;box-sizing:border-box;}
.dialog_btn{width:100%;height:70px;line-height:70px;position:absolute;bottom:0;left:0;background:#fff;text-align: center;}
.dialog_btn button{padding:0 16px;min-width:90px;height:30px;margin:0 8px;font-size: 12px;border-radius: 4px;-moz-border-radius:4px;}
.dialog_btn button.dialog_ok{background-color:#1A8D69;border:1px solid #1A8D69;color:#fff; outline: none; cursor: pointer}
.dialog_btn button.dialog_cancel{background-color:#1A8D69;border:1px solid #ddd;color:#fff; outline: none; cursor: pointer;}
.dialog_btn button:hover{background-color: #59b5aa;border:1px solid #1A8D69;color:#fff; outline: none;}
.dialog_btn button:active{background-color: #1A8D69;border:1px solid #1A8D69;color:#fff; outline: none;}

.dialog_content .success-img{display:inline-block;padding-left:50px;background: url(../images/success.png) no-repeat left center;}
.dialog_content .error-img{display:inline-block;padding-left:50px;background: url(../images/error.png) no-repeat left center;}
.dialog_content .warning-img{display:inline-block;padding-left:50px;background: url(../images/warning.png) no-repeat left center;}