
.easyDialog_wrapper .easyDialog_content{ -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }

.easyDialog_wrapper .easyDialog_title{ height:120px; line-height:30px; overflow:hidden; color:#666; padding:0 10px; font-size:14px; border-radius:4px 4px 0 0; }

.easyDialog_wrapper .close_btn{ font-family:arial; font-size:8px; _font-size:8px; font-weight:7; color:#999; text-decoration:none; float:right; padding:15px; margin-top:15px; }

.easyDialog_wrapper .close_btn:hover{ color:#333; }

.easyDialog_wrapper .easyDialog_text{ font-size:14px; line-height:24px; width:680px; height:420px; margin:40px 0 0 160px; overflow:hidden }
.easyDialog_wrapper .easyDialog_text .texttitle{font-family:"Microsoft yahei"; font-size:28px; text-align:center; padding:0 0 15px 0; font-weight:bold}
.easyDialog_wrapper .easyDialog_text .texttitle2{font-size:12px; text-align:center; color:#626262;  height:40px;}
.floatdel{ clear:both;}
.floatleft{ float:left; margin-top:20px;}
.floatrighttext{ float:right; width:520px; height:300px; overflow:auto; margin-top:20px;}
.floatrighttext2{margin-right:20px;}


.easyDialog_wrapper .easyDialog_footer{ padding:0 0px; *zoom:1; }

.easyDialog_wrapper .easyDialog_footer:after{ content:''; display:block; height:0; overflow:hidden; visibility:hidden; clear:both; }

.easyDialog_wrapper .btn_highlight,
.easyDialog_wrapper .btn_normal{ border:1px solid; border-radius:2px; cursor:pointer; font-family:"Microsoft yahei", Arial; float:right; font-size:12px; padding:0 12px; height:24px; line-height:24px; margin-bottom:10px; display:none; }

.easyDialog_wrapper .btn_highlight{ background:-webkit-gradient(linear,center bottom,center top,from(#4787ed),to(#4d90fe)); background:-moz-linear-gradient(90deg, #4787ed, #4d90fe); border-color:#3079ed; color:#fff; display:none;}

.easyDialog_wrapper .btn_normal{ margin-left:10px; border-color:#c3c3c3; background:#ececec; color:#333;  }