.smoke-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all .3s;
  -webkit-transition: opacity .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

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

.smokebg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.smoke-base .dialog {
  position: absolute
}

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

.dialog-buttons {
  margin: 10px 0 5px 0
}

.smoke {
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

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

.dialog-prompt input {
  margin: 0;
  border: 0;
  font-family: sans-serif;
  outline: none;
  border: 1px solid #333;
  width: 97%;
  background-color: #fff;
  font-size: 15px;
  padding: 5px;
}

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

.smoke-base .dialog {
	top: 30%;
	left: 30%;
	width: 40%;
	border-radius: 6px;
}

.smoke-base .dialog-inner {
  padding: 15px
}

.smoke {
  background-color: rgba(255,255,255,1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
}

.dialog-buttons button {
	font-size: 14px;
	border-radius: 5px;
	text-transform: uppercase;
	background: #009C0E; /* Old browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00900E), to(#009C0E)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #009C0E,#00900E); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top,#009C0E,#00900E); /* FF3.6+ */
	background-image: -ms-linear-gradient(top, #009C0E,#00900E); /* IE10 */
	background-image: -o-linear-gradient(top, #009C0E,#00900E); /* Opera 11.10+ */
	background-image: linear-gradient(top, #009C0E,#00900E); /* W3C */
  color: #fff;
}

button.cancel {
	background: #999999; /* Old browsers */
}
.queue{
	display:none;
}