.smoke-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}

.smoke-base.smoke-visible {
  opacity: 1;
  visibility: visible;
}

.smokebg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color:black;display:none;
}

.smoke-base .dialog {
  position: absolute;
}

.dialog-prompt {
  margin-top: 15px;
  text-align: center;
}

.dialog-buttons {
  margin: 20px 0 5px 0;
  color:#00ff40;
  text-align:center;
}

.smoke {
  font-family: inherit;
  text-align: center;
  font-size: 100%;
  line-height: 150%;
}

.dialog-buttons button {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0 5px;
  -webkit-background-clip: padding-box;
  font-size: 100%;
  line-height: 5px;
  font-weight: inherit;
  padding: 9px 12px;
}

.dialog-prompt input {
  margin: 0;
  border: 0;
  font-family: inherit;
  outline: none;
  font-family: inherit;
  border: 1px solid #aaa;
  width: 75%;
  display: inline-block;
  background-color: transparent;
  font-size: 100%;
  padding: 8px;
}

.smoke-base {
  background: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#900000000);
}

.smoke-base .dialog {
  top: 30%;
  width: 25%;
  left: 55%;
  margin-left: -20%;
}

.smoke-base .dialog-inner {
  padding: 15px;
  color:#202020;
  
  font-family:Arial;
  font-size:15px;
  font-style:normal;
}

.smoke {
  background-color: rgba(255,255,255,0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
	box-shadow: 0 2px 8px #666;
	border:2px solid;
	border-color:#99B3D7;
}

.dialog-buttons button {
  background-color: #3A7E3E;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4588c4,endColorstr=#4588c4);
  border-radius: 0;
  color: #fff;
  font-family:Arial;
	font-size:0.9375em;
	font-weight:bold;
	font-style:normal;
}

button.cancel {
  background-color: #4588c4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4588c4,endColorstr=#4588c4);
}
button.cancel:hover,.dialog-buttons button:hover
{
 background-color: #0561b4;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4588c4), to(#0561b4));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #6ca079, #6ca079);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #6ca079, #6ca079);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #6ca079, #6ca079);
  /* IE10 */
  background-image: -o-linear-gradient(top, #6ca079, #6ca079);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #6ca079, #6ca079);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4588c4', EndColorStr='#0561b4')";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4588c4', EndColorStr='#0561b4');
}
.queue{
	display:none;
}
