@font-face {
    font-family: 'cbk_futura';
    src: url('../../includes/cbkfont/futubk_-webfont.eot');
    src: url('../../includes/cbkfont/futubk_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../includes/cbkfont/futubk_-webfont.woff') format('woff'),
         url('../../includes/cbkfont/futubk_-webfont.ttf') format('truetype'),
         url('../../includes/cbkfont/futubk_-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
.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;
}

.smoke-base .dialog {
  position: absolute;
}

.dialog-prompt {
  margin-top: 15px;
  text-align: center;
}

.dialog-buttons {
  margin: 20px 0 5px 0
}

.smoke {
  font-family: 'cbk_futura', Menlo,  monospace;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.dialog-buttons button {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  font-family: 'cbk_futura', Menlo, monospace;
  font-style: normal;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0 5px;
  -webkit-background-clip: padding-box;
  font-size: 12px;
  line-height: 13px;
  font-weight: normal;
  padding: 9px 12px;
}

.dialog-prompt input {
  margin: 0;
  border: 0;
  outline: none;
  font-family: 'cbk_futura',Menlo, monospace;
  border: 1px solid #aaa;
  width: 75%;
  display: inline-block;
  background-color: transparent;
  font-size: 14px;
  padding: 6px;
}

.smoke-base {
  background: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#900000000);
}

.smoke-base .dialog {
  top: 10%;/*25%;*/
  width: 40%;
  left: 50%;
  margin-left: -20%;
}

.smoke-base .dialog-inner {
  padding: 12px;
  color:#FFFFFF;
}

.smoke {
	/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
	background-color:rgba(0,49,81,0.95);
	*/
	background-color:rgba(94,0,0,0.95);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5E0000,endColorstr=#5E0000);
	box-shadow: 0 2px 8px #666;
}


.dialog-buttons button {
  background-color: rgba(255,255,255,.40);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FFFFFF);
  border-radius: 0;
  color: #5E0000;
}

button.cancel {
  background-color: rgba(102,102,102,.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666666,endColorstr=#666666);
  color: #FFFFFF;
}

.queue{
	display:none;
}