#floater-bg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #000;
    vertical-align: middle;
    text-align: center;
    z-index: 1000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter:alpha(opacity=80);
}

#floater-container {
    text-align: left;
    position: absolute;
    top: 20%;
    left: 5%;
    width: 90%;
    height: 60%;
    z-index:1002;
    background: #fff;
}

#floater-title {
    height: 20px;
    border-bottom: 1px solid #ccc;
    background: #FFD07F;
    padding: 4px;
    padding-top: 8px;
}

#floater-title-content {
    font-weight: bold;
    font-size: 110%;
}

#floater-content-container {
    height: 100%;
    overflow: auto;
    background: #fff;
}

#floater-content {
    width: 100%;
}

a.floater, #floater-close {
    cursor: pointer;
}

#loader-bg {
    position: relative;
    top: -100%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    -moz-opacity: 0.8;
    opacity:.80;
    filter:alpha(opacity=80);
    z-index:2001;
}

#loader-container {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 90%;
    height: 60%;
    background: #fff url('/_static/img/ajax-loader.gif') no-repeat 50% 50%;
    /*-moz-opacity: 0.8;
    opacity:.80;
    filter:alpha(opacity=80);  */
    z-index:2001;
    margin-top: 33px;
}
