.uploader_container {
   border-top-style:solid;
}


/* FORM 
*/
.uploader_form_container {
    border-style:solid;
    border-width:1px;;
    float:left;
    margin-top:15px;
    margin-right:42px;   
    width:440px;
}
.uploader_form_table {
    width:100%;
    padding-right:5px;  /* fix, padding instelleen, want bij 100% valt hij in FF en Chrome net over de border */
}
.uploader_form_table, #Titel {
    width:100%;
}
.uploader_delete_all {
    padding:3px;
}
.uploader_delete_all img {
    border-style:none;
    margin-right:0px;
}



/*  -----------------------------------------------
thumbs 
----------------------------------------------------*/

.uploader_thumb {
   margin-right:40px;
   margin-top:15px;
   float:left;
   border-style:solid;
   border-width:1px;   
   padding:0px;
   width:200px;
   height:175px;
}

/* plaatje */
.uploader_icon_container {
    height:150px;
    width:200px;
    text-align: center;
    position:absolute;
}
.uploader_icon {
    margin-top:28px;
    height:100px;
    width:100px;
    border-style:none;
}

.uploader_preview {
    border-style:none;  /* om plaatje bij een href */
    max-width:200px;
    max-height:150px;
}



/*
  Thumb: LABEL onder in de Thumb
*/
.uploader_title_container {
   width:200px;
   height:25px;
   color:white;
   border-top-style: dashed;
   border-width: 1px;
   border-color:white;
   background-color: #585858; 
   position:absolute;
   margin-top:150px;
}
.uploader_title, .uploader_delete {
   padding-top:2px;
}
.uploader_title {
   float:left;
   overflow:hidden;
   padding-left:3px;
   width:155px;
   height:100%;
   font-size:10px;
}
.uploader_delete {
   float:right;
   text-align:right;
   padding-right:3px;
}
.uploader_delete img {
    margin-top:3px;
    border-style:None;
}
.uploader_header {
    width:100%;
    padding-left:15px;
    padding-top:20px;
}

/* list */
.list_ul {
    margin-top:10px;
}
.list_li {
    width:100%;
    height:35px;
    padding:10px;
    background-color: #F0F0F0;
    margin:5px 0px 5px 0px;
    cursor:move;
}
.list_li img {
    width:50px;
    height:40px;
}
