.bui-overlay {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.bui-message {
    padding: 15px 20px;
}

.bui-dialog {
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  position: absolute;
  z-index: 1070;
  /*-----icon-------*/
}

.bui-message .bui-stdmod-header {
  padding: 0;
  border-bottom: none;
}


.bui-dialog .bui-ext-close-x:hover {
  background-color: #fff;
}
.bui-message {
  padding: 15px 20px;
}
.bui-message .bui-stdmod-header {
  padding: 0;
  border-bottom: none;
}
.bui-message .header-title {
  padding-bottom: 15px;
}
.bui-message .header-title:empty {
  padding-bottom: 0;
}
.bui-message .bui-stdmod-body {
  padding: 0 30px 20px 0;
}
.bui-message .bui-stdmod-body .x-icon {
  float: left;
}
.bui-message .bui-message-content {
  margin-left: 40px;
  line-height: 25px;
}
.bui-message .bui-stdmod-footer {
  padding: 0;
  text-align: center;
  border-top: none;
}


.bui-dialog .bui-stdmod-header {
  padding: 15px;
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  cursor: move;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bui-dialog .bui-stdmod-body {
  padding: 15px;
}
.bui-dialog .bui-stdmod-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.x-icon-error {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.x-icon {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-family: "Arial";
    text-align: center;
    height: 22px;
    width: 22px;
    overflow: hidden;
    line-height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    cursor: inherit;
}
.bui-message .header-title {
    padding-bottom: 15px;
}
.bui-message .bui-stdmod-footer {
    padding: 0;
    text-align: center;
    border-top: none;
}
.button-primary {
    color: #ffffff;
    background-color: #6cb5f4;
    border-color: #54a9f2;
}
.lp-ext-mask, .lp-el-mask, .bui-ext-mask {
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1040;
    background-color: #333333;
}
.button-primary {
    color: #ffffff;
    background-color: #6cb5f4;
    border-color: #54a9f2;
}
.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 20px;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
dpl.css:108
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bui-dialog .bui-stdmod-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.bui-dialog a.bui-ext-close {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
}
a {
    color: #319dfc;
    text-decoration: none;
}
a {
    background: transparent;
}