/***** SLIDE ****/
#container {
          width: 100%;
          height: 100%;
          text-align: center;/* IE fix to center the page */
}

#content {
          width: 740px;
          margin: 0 auto;/* center the page in Firefox */
          text-align: left;
          padding: 20px;
}

/***** SWFUPLOAD ****/
#swfupload-control p{ margin:10px 5px; font-size:0.9em; }
#log{ margin:0; padding:0; width:400px;}
#log li{ list-style-position:inside; margin:2px; border:1px solid #ccc; padding:10px; font-size:10px;
        font-family:Arial, Helvetica, sans-serif; color:#333; background:#fff; position:relative;}
#log li .progressbar{ border:1px solid #333; height:5px; background:#fff; }
#log li .progress{ background:#999; width:0%; height:5px; }
#log li p{ margin:0; line-height:18px; }
#log li.success{ border:1px solid <? echo $bg7; ?>; background:<? echo $bg7; ?>; }
#log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px;
        background:url('../bilder/cancel.png') no-repeat; cursor:pointer; }

#preview{
        position:absolute;
        border:1px solid #ccc;
        background:#BFBFBF;
        padding:5px;
        display:none;
        color:#000000;
        }