.toolbar .tool-button {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    background-color: #EAEAEA;
}

.loading-box {
    display: none;
    width: 240px;
    height: 44px;
    border: solid 2px #2F6699;
    line-height: 46px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -122px;
    color: #2F6699;
    font-size: 16px;
}

.loading-box .loading-image {
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-top: 12px;
}

.loading-box .loading-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    filter: alpha(opacity = 50);
    opacity: .5;
}

.loading-box .loading-content {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}