.ZebraDialog *,
.ZebraDialog *:after,
.ZebraDialog *:before {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.ZebraDialog {
  width: 350px;
  z-index: 1001;
}
.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body,
.ZebraDialog .ZebraDialog_Buttons a {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
}
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_ButtonsOuter {
  border-color: #3370A3;
  border-width: 7px;
}
.ZebraDialog .ZebraDialog_Title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #3370A3;
  padding: 12px 15px;
  line-height: 1;
  vertical-align: middle;
}
/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.ZebraDialog .ZebraDialog_BodyOuter {
  background: #FFF;
}
.ZebraDialog .ZebraDialog_Body {
  color: #44484A;
  padding: 0;
  border-bottom-color: #44484A;
}
.ZebraDialog .ZebraDialog_ButtonsOuter {
  background: #E7EDEF;
  padding: 10px 5px 10px 10px;
}
.ZebraDialog .ZebraDialog_Buttons:before,
.ZebraDialog .ZebraDialog_Buttons:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.ZebraDialog .ZebraDialog_Buttons:after {
  clear: both;
}
.ZebraDialog .ZebraDialog_Buttons {
  *zoom: 1;
}
/* for IE only */
.ZebraDialog .ZebraDialog_Buttons a {
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 0px 2px #222;
  padding: 10px 15px;
}
.ZebraDialog .ZebraDialog_Buttons a:hover {
  background: #224467;
  color: #ffffff;
}
.ZebraDialog a.ZebraDialog_Close {
  position: absolute;
  right: 6px;
  top: 0px;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #666;
  background-image: url(../images/bgimg/dialog/close.gif);
  background-repeat: no-repeat;
}
.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
  color: #E7EDEF;
}
.ZebraDialogOverlay {
  background: #fff;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ZebraDialog .ZebraDialog_Title {
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.ZebraDialog .ZebraDialog_BodyOuter {
  border-left-style: solid;
  border-right-style: solid;
}
.ZebraDialog .ZebraDialog_NoTitle {
  border-top-style: solid;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.ZebraDialog .ZebraDialog_NoButtons {
  border-bottom-style: solid;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ZebraDialog .ZebraDialog_Body {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: groove;
  overflow: auto;
}
.ZebraDialog .ZebraDialog_NoTitle .ZebraDialog_Body {
  border-top: none;
}
.ZebraDialog .ZebraDialog_NoButtons .ZebraDialog_Body {
  border-bottom: none;
}
.ZebraDialog .ZebraDialog_Icon {
  background-repeat: no-repeat;
  background-position: 20px 20px;
  padding-left: 0;
  min-height: 48px;
  _height: 85px;
}
.ZebraDialog .ZebraDialog_Confirmation {
  background-image: url('confirmation.png');
}
.ZebraDialog .ZebraDialog_Error {
  background-image: url('error.png');
}
.ZebraDialog .ZebraDialog_Information {
  background-image: url('information.png');
}
.ZebraDialog .ZebraDialog_Question {
  background-image: url('question.png');
}
.ZebraDialog .ZebraDialog_Warning {
  background-image: url('warning.png');
}
.ZebraDialog .ZebraDialog_ButtonsOuter {
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.ZebraDialog .ZebraDialog_Buttons a {
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin-right: 5px;
  min-width: 60px;
  float: right;
  _width: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /* taken from Twitter Bootstrap */
  background-color: #006DCC;
  *background-color: #0044CC;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044CC #0044CC #002A80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.ZebraDialog .ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.ZebraDialog .ZebraDialog_Buttons_Centered a {
  zoom: 1;
  *display: inline;
}
.ZebraDialog .ZebraDialog_Preloader {
  height: 32px;
  background: url('preloader.gif') no-repeat center center;
}
.dm-dialog-overlay {
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: block;
  position: fixed;
  opacity: .5;
  background: rgba(0, 0, 0, 0.75) !important;
  top: 0;
  left: 0;
}
.dm-dialog {
  position: fixed;
  _position: absolute;
  opacity: 1;
  visibility: visible;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
  min-width: 120px;
}
.dm-dialog-close {
  position: absolute;
  right: 15px;
  *right: 0;
  top: 2px;
  font-size: 0;
  line-height: initial;
}
.dm-dialog-close a.close_btn {
  font-family: arial;
  font-size: 28px;
  _font-size: 22px;
  font-weight: 500;
  color: #999;
  text-decoration: none;
  float: right;
  padding-right: 0;
  line-height: 35px;
}
.dm-dialog-move {
  position: absolute;
  right: 15px;
  *right: 0;
  top: 2px;
  font-size: 0;
  line-height: initial;
}
.dm-dialog-header {
  margin-top: 0;
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  color: #666;
  padding: 0 10px;
  font-size: 14px;
  background: #f7f7f7;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}
.dm-dialog-footer {
  padding: 0 15px 12px;
  text-align: right;
}
.dm-dialog-body {
  padding: 15px;
}
.dm-dialog-btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  margin-left: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.dm-dialog-btn-0 {
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
  margin-left: 0;
}
