button::-moz-focus-inner{ border:0; padding:0; margin:0; }

.easyDialog_wrapper{ /*width:320px;*/ color:#444; border:3px solid rgba(0,0,0,0); -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4); -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); box-shadow:0 0 10px rgba(0,0,0,0.4); display:none; font-family:"Microsoft yahei", Arial;max-width:680px; _width:expression(document.body.clientWidth > 680 ? "680px" : "auto");}

.easyDialog_wrapper .easyDialog_content{ -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; background:#fff; border:1px solid #e5e5e5; }

.easyDialog_wrapper .easyDialog_title{line-height:30px;color:#666; padding:0 10px; font-size:14px; border-bottom:1px solid #e5e5e5; background:#f7f7f7; border-radius:4px 4px 0 0;}

.easyDialog_wrapper .close_btn{position:absolute;top:-22px;right:-22px;width:45px;height:45px;background:url(../images/close.png) no-repeat;cursor:pointer;overflow:hidden;text-indent:-99em;}

.easyDialog_wrapper .close_btn:hover{ color:#333; }

.easyDialog_wrapper .easyDialog_text{ padding:25px 30px; font-size:13px;font-size:14px; line-height:26px;}

.easyDialog_wrapper .btn_highlight{display:inline-block;*display:inline;*zoom:1;width:80px;height:24px;margin:0 10px 10px; background:#f22b48; background:-webkit-gradient(linear,center bottom,center top,from(#e90727),to(#fc4f68)); background:-moz-linear-gradient(90deg, #e90727, #fc4f68); border:1px solid #ee3b55; color:#fff; cursor:pointer; border-radius:2px; }


.easyDialog_wrapper .easyDialog_footer{ text-align:center;}

.easyDialog_wrapper .easyDialog_footer:after{ content:''; height:0; overflow:hidden; visibility:hidden; clear:both;}

.easyDialog_wrapper .btn_normal{width:80px;height:24px; border:1px solid; border-radius:2px; cursor:pointer; font-family:"Microsoft yahei", Arial; display:inline-block; font-size:12px; padding:0 12px; height:24px; margin:0 10px 10px;}


.easyDialog_wrapper .btn_normal{ margin-left:10px; border-color:#c3c3c3; background:#ececec; color:#333; background:-webkit-gradient(linear,center bottom,center top,from(#ececec),to(#f4f4f4)); background:-moz-linear-gradient(90deg,#ececec,#f4f4f4); }
