.easyDialog_wrapper {
  min-width: 340px;
  color: #444;
  border-radius: 5px;
  display: none;
  font-family: "Microsoft yahei", Arial;
}

.easyDialog_wrapper .easyDialog_content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 5px;
  background: #fff;
}

.easyDialog_wrapper .easyDialog_title {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  /* color: #fff; */
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  background: #f8f8f8;
  border-radius: 5px 5px 0 0;
}

.easyDialog_wrapper .close_btn {
  font-family: Arial, Helvetica, sans-serif;
  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 {
  padding: 30px;
  font-size: 13px;
  line-height: 22px;
}

.easyDialog_wrapper .easyDialog_footer {
  padding: 0 10px;
  *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: 0px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  float: right;
  font-size: 14px;
  padding: 2px 12px;
  width: 78px;
  height: 34px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.easyDialog_wrapper .btn_highlight {
  background: #444444;
  /* background: -webkit-gradient(linear, center bottom, center top, from(#444444), to(#444444)); */
  /* background: -moz-linear-gradient(90deg, #444444, #444444); */
  border-color: #555;
  color: #fff;
  outline: none;
  border-radius: 5px;
}

.easyDialog_wrapper .btn_highlight:hover {
  background: #666;
}

.easyDialog_wrapper .btn_normal {
  border-color: #555;
  background: #444;
  color: #fff;
  outline: none;
  border-radius: 5px;
}

.easyDialog_wrapper .btn_normal:hover {
  background: #666;
}

.easyDialog_wrapper .closex {
  margin-left: 2px;
  font-size: 18px;
  /* background: white; */
  color: #e43834;
}

#easyDialogBox .pop_div {
  width: 28rem;
}

#easyDialogBox .pop_div.larger-width {
  width: 37.5rem;
}

#easyDialogBox .pop_div.middle-width {
  width: 400px;
  padding: 10px 18px;
}