#resultsBlock {
    background: url("../images/success_message_tick.png") no-repeat scroll 10px 8px #333333;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 600;
    left: 50%;
    margin: 0 0 0 -90px;
    opacity: 0;
    padding: 1em;
    position: fixed;
    text-align: center;
    top: -5em;
    width: 180px;
    z-index: 999;
}

#progressBlock {
    width: 100%;
    height: 0px;
    padding: 0;
    background: #333333;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 999;
    opacity: .90;
    text-align: center;
}

.tooltip_wrapper {
    padding: 12px;
    max-width: 400px;
}

.hiddenImportant {
    display: none !important;
}