button::-moz-focus-inner{ border:0; padding:0; margin:0; }

.easyDialog_wrapper{ width:600px; color:#444; border:1px solid #B1B1B1;  background: #FFFFFF; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; -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; }
.easyDialog_wrapper h4{margin:0px; padding:0px;}

.easyDialog_wrapper .easyDialog_content{-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; background:#fff;}

.easyDialog_wrapper .easyDialog_title{ height:50px; line-height:50px; overflow:hidden; color:#333; padding:0 20px; font-size:16px; border-bottom:1px solid #e5e5e5; background:#FFF; border-radius:2px 2px 0 0; font-weight:normal;}
.easyDialog_wrapper .easyDialog_title .close_btn{height:15px;width:15px;background:url(images/close.png);background-repeat: no-repeat; margin-top:20px;}
.easyDialog_wrapper .easyDialog_title .close_btn{transition:transform 0.5s;-moz-transition:-moz-transform 0.5s;-webkit-transition:-webkit-transform 0.5s;-o-transition:-o-transform 0.5s}

.easyDialog_wrapper .easyDialog_title .close_btn:hover{background:url(images/hover.png);}
.easyDialog_wrapper .easyDialog_title .close_btn:hover{transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}

.easyDialog_wrapper .close_btn{ font-family:arial; font-size:18px; _font-size:12px; font-weight:700; color:#999; text-decoration:none; float:right; }
.easyDialog_wrapper .close_btn:hover{ color:#333; }

.easyDialog_wrapper .easyDialog_text{}
/*.easyDialog_wrapper .easyDialog_text .easyDialog_ico{display:block; height:25px; width:25px; background: url(images/attention.png) no-repeat center center; margin:-3px 0px 0px 35px; float:left;}*/

.easyDialog_wrapper .easyDialog_text .easyDialog_content .icon{margin-right: 30px; vertical-align: -5px;}
.easyDialog_wrapper .easyDialog_text .easyDialog_content .icon::before{font-size: 20px; vertical-align: -0.15em;}
.easyDialog_wrapper .easyDialog_text .easyDialog_content{font-size:16px; line-height:22px; margin: 30px 20px 30px 75px;}
.easyDialog_wrapper .easyDialog_text .easyDialog_content>span.icon{float: left; display: block; height:40px; margin-top: 2px; margin-right: -20px;}
.easyDialog_wrapper .easyDialog_text .easyDialog_content>span.title{margin: 0px 0 0 30px; display: block; width: 420px;}

.easyDialog_wrapper .easyDialog_text .easyDialog_loading{height: 200px;}
.easyDialog_wrapper .easyDialog_text .easyDialog_loading .loading{background:url(images/loading.png); background-size:35px 35px;}
.easyDialog_wrapper .easyDialog_text .easyDialog_loading .loading{width:35px; height:35px; animation: loadingCircle 2s infinite linear;}
.easyDialog_wrapper .easyDialog_text .easyDialog_loading .loading{position: absolute; top: 48%; left: 48%;}
.easyDialog_wrapper .easyDialog_text .easyDialog_loading iframe{width:100%; height:100%;}

.easyDialog_wrapper .easyDialog_footer{ padding:0 16px; *zoom:1; border-top:1px solid #e5e5e5; height:60px; line-height:10px;}

.easyDialog_wrapper .easyDialog_footer:after{ content:''; display:block; height:0; overflow:hidden; visibility:hidden; clear:both; }

.easyDialog_wrapper .btn_highlight{float:right; margin-top:14px; margin-right:10px; background-color:#0099CC; color:#FFFFFF; border:#0099CC solid 1px; font-size:12px; padding:7px 25px; cursor:pointer;border-radius:0px; outline:none; transition:.5s all;}
.easyDialog_wrapper .btn_highlight:hover{background-color:#28B5D6;}

.easyDialog_wrapper .btn_normal{float:right; margin-top:14px; background-color:#F7F7F7; border:#DDD solid 1px; font-size:12px; padding:7px 25px; cursor:pointer;border-radius:2px;color:#333;border-radius:0px; outline:none; transition:.5s all;}
.easyDialog_wrapper .btn_normal:hover{background:#FFF;}
