.smoke-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 13px;
  font-family: "Arial", sans-serif;
}

.smoke-base.smoke-visible {
  opacity: 1;
  visibility: visible;
}

.smokebg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.smoke-base .dialog {
  position: absolute;
  z-index: 999;
}

.dialog-prompt {
  margin-top: 15px;
  text-align: center;
}

.dialog-buttons {
  margin: 20px 0 5px 0
}

.smoke {
  text-align: center;
  font-size: 120%;
  line-height: 1.5em;
}

.dialog-buttons button {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  font-style: normal;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0 5px;
  -webkit-background-clip: padding-box;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: normal;
  padding: 5px 9px 5px 9px;
}

.dialog-prompt input {
  margin: 0;
  outline: none;
  border: 1px solid #b6e1fc;
  width: 100%;
  display: inline-block;
  background-color: transparent;
  font-size: 100%;
  font-weight:normal;
  padding-left: 5px;
  height:35px;
  border-radius: 10px;
  vertical-align:middle;
}

.smoke-base {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#900000000);
}

.smoke-base .dialog {
  top: 40%;  
  left: 36.5%;
  width: 25%;
  margin: auto;
  border: 5px solid #cccccc;
  border-radius: 15px 15px 15px 15px;
}

.smoke-base .dialog-inner {
  padding: 15px;
  color:black;
}

.smoke {
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
	box-shadow: 0 2px 8px #000;
}


.dialog-buttons button {
  background-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222,endColorstr=#222222);
  border-radius: 5px;
  font-weight:normal;
  color: #000000;
}

button.cancel {
  background-color: #3a87ad;
  font-weight:bold;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444,endColorstr=#444444);
  color: #fff;
}

.queue{
	display:none;
}
