#_jsDebug {
    background: #999;
    border-bottom: 1px solid #666;
    padding: 5px;
    position:fixed;
    left:0px; bottom:0px;
    height: 1em;
    /*opacity:.75;*/
    z-index:100;
}

#ajaxStatus {
    position:absolute;
    top:91px; left:1%;
    width:66%;
    line-height:16px;
    padding-left:20px;
    background:url(/media/loading_16.gif) left top no-repeat;
    font-weight:bold;
    color:#777;
    z-index:2;
}

#ajaxError {
    position:absolute;
    top:91px; left:1%;
    width:66%;
    line-height:14px;
    padding-left:25px;
    background:url(/media/ajax-error.gif) left top no-repeat;
    font-weight:bold;
    color:#c00;
    z-index:3;
}

/* drag and drop container stuff */
.column {
    width: 30%;
    border: 1px solid #9a9a9a;
    margin-left: -1px;
    top: 100px;
    float: left;
}
#column1 { left: 0; }
#column2 { left: 30%; }
#column3 { left: 60%; }

#dropmarker {
    border: 2px dashed #666;
    background:#f5f5f5;
    position: absolute;
    margin: 5px;
    z-index: 1;
}

.prefs_all_each {
    padding: 10px 25px;
    border-bottom: 1px solid #666;
}

.inline-config-form label {
}

