.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-dialog {
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 130%;
}

.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;
}

button.cancel {

}

.queue{
    display:none;
}

.smoke-base {
    background: none;
}

.smoke-base .dialog {
    top: 25%;
    left: 30%;
    width: 40%;
}

.smoke-base .dialog-inner {
    padding: 10px;
}

.smoke-dialog {
    text-transform: none;
    color:#eee;
    font-weight: normal;
    background-color: rgb(80, 80, 80);
    background-color: rgba(0,0,0,.75);
    border-radius: 5px;
    border:1px solid #333;
    font-size:24px;
}
.dialog-buttons {
    margin: 5px 0 5px 0;
}

.dialog-buttons button {
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #ebebeb;
    color: #333;
    font-size:11px;
    padding:6px 9px;
    border:1px solid #333;
}

button.cancel {
    background-color: #999;
    color:#222
}

.dialog-prompt input{
    width:300px;
    text-align:center;
    background-color:#ccc;
}