.smoke-base {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index:9999;
}

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

.smoke {
    text-align: center;
    font-size: 1.2rem;
}

span.etic_2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:20px;
}

.dialog-buttons a {
    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: 13px;
    line-height: 13px;
    font-weight: 400;
    padding: 9px 12px
}

.dialog-prompt input {
    margin: 0;
    outline: 0;
    border: 1px solid #aaa;
    width: 75%;
    display: inline-block;
    background-color: transparent;
    font-size: 16px;
    padding: 8px
}

.smoke-base {
    background: rgba(255, 255, 255, 0.99);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#900000000);
    z-index: 9999999999;
}

.smoke-base .dialog {
    top: 15%;
    width: 45%;
    left: 50%;
    margin-left: -20%
}

.smoke-base .dialog-inner {
    padding: 15px;
    color: #202020
}

.smoke {
   /* background-color: rgba(255, 255, 255, .95);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    box-shadow: 0 2px 8px #666*/
}

.dialog-buttons a {
    background-color: rgba(0, 0, 0, .85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222, endColorstr=#222222);
    border-radius: 0;
    color: #fff
}



img.centra_logo_block {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

img.centra_loghi_block {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}



input.btn-default-site {
    border: none;
    padding: 10px 20px;
    background:#000;
    color: #fff;
    font-size: 1rem;
    border-radius: 20px;
}