.smoke-base
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    background: rgba(0,0,0,.3);
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#900000000);
}

    .smoke-base.smoke-visible
    {
        visibility: visible;
        opacity: 1;
    }

.smokebg
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.smoke-base .dialog
{
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -20%;
    width: 40%;
}

.dialog-prompt
{
    margin-top: 15px;
    text-align: center;
}

.dialog-buttons
{
    margin: 20px 0 5px 0;
}

.smoke
{
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 2px 8px #666;
    text-align: center;
    font-size: 22px;
    line-height: 150%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
}

.dialog-buttons button
{
    display: inline-block;
    margin: 0 5px;
    padding: 9px 12px;
    outline: 0;
    border: 0;
    border-radius: 3px;
    background-color:#4485f3;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    vertical-align: baseline;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222,endColorstr=#222222);
    cursor: pointer;
}

.dialog-prompt input
{
    display: inline-block;
    margin: 0;
    padding: 8px;
    width: 75%;
    outline: none;
    border: 1px solid #aaa;
    background-color: transparent;
    font-size: 16px;
}

.smoke-base .dialog-inner
{
    padding: 15px;
    color: #202020;
    font-weight:500;
    font-size: 12px;
    border-radius: 2px;
}

button.cancel
{
    background-color: #174692;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444,endColorstr=#444444);
}

.queue
{
    display: none;
}
.dialog-buttons button.cancel:hover, .dialog-buttons button.cancel:focus
{
    background-color: #4485f3;
}

.dialog-buttons button:hover, .dialog-buttons button:focus
{
    background-color: #174692;
}