.dialog {
  display: none;
  width: 793px;
  height:523px;
  background: #fff;
  padding: 15px 0;
/*  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;*/
/*  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;*/
}

.dialog a.close-dialog {
  position: absolute;
  top: 0px;
  right: -64px;
  display: block;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  background: url(close.png) no-repeat left top;
}

.dialog-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.other_pop .dialog {
  display: none;
  width: 556px;
  height:358px;
  background:none;
  padding: 0 0;
/*  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;*/
/*  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;*/
}

.other_pop .dialog a.close-dialog {
  position: absolute;
  top: 83px;
  right: 7px;
  display: block;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
  background: url(close2.png) no-repeat left top;
}

.zt_pop .dialog {
  display: none;
  width: 930px;
  height:534px;
  background: #fff;
  border:#834E00 solid 8px;
  padding: 15px 30px;
/*  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;*/
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.zt_pop .dialog a.close-dialog {
  position: absolute;
  top: -8px;
  right: -58px;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(close3.png) no-repeat left top;
}

