#mask {
  display: none;
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color: rgba(0, 0, 0, 0.6);
}
#boxes .window {
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 1px;
  text-align: center;
}
#boxes #dialog {
  width: 68%;
  height:100%;
  padding:0px;
  background-color:#fff;
  font-size: 15pt;
  display: block;
  background-repeat: no-repeat;
  transition: 1.8s;
  left: -50.000322%;
}
.maintext{
	text-align: center;
  text-decoration: none;
}
#popup_content{
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a {
	text-decoration: none;
}
.agree:hover {
  background-color: #D1D1D1;
}
.popupoption:hover {
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover {
	color: red;
}
.popuptext {
  margin: 0 20px 0 0;
}
.container-spin .spintowindiscount-success-msg {
  font-weight: bold;
  color: #000;
  width: 100%;
  margin: 20px auto;
}
