button::-moz-focus-inner{ border:0; padding:0; margin:0; }

.easyDialog_wrapper{color:#444;-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; }

.easyDialog_wrapper .easyDialog_content{ -webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px; background:#fff;}

.easyDialog_wrapper .easyDialog_title{ height:35px; line-height:35px; overflow:hidden; color:#fff; padding:0 10px; font-size:16px;    font-weight: normal; border-bottom:1px solid #a1afda; background:#7287c8; border-radius:8px 8px 0 0; font-family: "微软雅黑"}

.easyDialog_wrapper .close_btn{ font-family:arial; font-size:22px; _font-size:12px;  color:#fff; text-decoration:none; float:right; }

.easyDialog_wrapper .close_btn:hover{ color:#D0D6EA; }

.easyDialog_wrapper .easyDialog_text{
	font-size: 14px;
	line-height: 25px;
	color: #454545; }

.easyDialog_wrapper .easyDialog_footer{text-align: right;font-size: 16px;}

.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-radius:3px; cursor:pointer; font-family:"Microsoft yahei", Arial; float:right; font-size:14px; color:#fff; padding:0 12px; width:100px;height:30px; line-height:30px; margin-bottom:10px;}

.easyDialog_wrapper .btn_highlight{ background:#8e9fd3;}
.easyDialog_wrapper .btn_highlight:hover{ background:#7287c8;}
.easyDialog_wrapper .btn_normal{margin-left:68px; background:#bdbdbd;}
.easyDialog_wrapper .btn_normal:hover{background:#a3b1db;}
.easyDialog_text i{
	background: url("../../../css/images/kown_icon.png") -304px -67px no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 84px;
	top: 70px;
}