input, #file_upload_here{
  font-size:11px;
}
#file_upload_here{
  margin-bottom:1em;
  width:400px;
  border:1px solid #000;
  background-color:#fff;
  color:#000;
}
#file_upload_here img{
  display:inline;
}
#file_upload_here div.box{
  margin:1px;
  padding:3px;
  border:1px solid #999;
  background-color:#f1f1f1;
}
#files_in_here{
  overflow:auto;
  margin:1px;
  height:400px;
}
#files_in_here div.links{
  margin-right:3px;
}
.hide{
  display:none;
}
#files_in_here div.file{
  padding:2px 0;
}
#files_in_here div.file img{
  margin-left:3px;
  vertical-align:middle;
}
#files_in_here div.col1{
  background-color:#efefef;
}
#files_in_here div.col2{
  background-color:#fff;
}
#file_upload_here a:link, #file_upload_here a:visited{
  color:#3f3f3f;
  text-decoration:none;
}
#file_upload_here a:hover{
  color:#000;
}
div.progressBar{
  float:right;
}
div.progressBar div.border{
  padding:1px;
  width:210px;
  border:1px solid #333;
  background-color:#f1f1f1;
}
div.progressBar div.background{
  height:18px;
  width:0%;
  background-color:#333;
}
#content_id{
  display:none;
  border:0;
}

#image_container{
  overflow:auto;
  margin-bottom:1em;
  padding:4px;
  height:350px;
  border:1px solid #fff;
}
#image_list, #image-list li{
  margin:0;
  padding:2px;
  list-style:none;
}
#image_list li{
  float:left;
  overflow:hidden;
  margin:1px;
  width:100px;
  height:90px;
  text-align:center;
}
#image_list li:hover{
  margin:0;
  border:1px solid #338ECC;
}
#image_list li img{
  margin:0 auto;
}
