@charset "utf-8";
button::-moz-focus-inner{ border:0; padding:0; margin:0; }

.easyDialog_wrapper{ width:992px; min-height:150px; color:#444; display:none; font-family:"Microsoft yahei", Arial; }

.easyDialog_wrapper .easyDialog_content{background:#fff;}

.easyDialog_wrapper .easyDialog_text{ padding:20px 10px; height:604px; width: 972px;}

.easyDialog_wrapper .btn_highlight,
.easyDialog_wrapper .btn_normal{cursor:pointer; font:600 20px/36px "Microsoft yahei"; width:113px; height:36px; margin:0 auto 10px; text-align:center;}

.easyDialog_wrapper .btn_highlight{ background:#1eb9ee; color:#fff; }

.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); }