.uploadifyQueueItem {
  font: 11px Verdana, Geneva, sans-serif;
  border: 2px solid #E5E5E5;
  background-color: #F5F5F5;
  margin-top: 5px;
  padding: 10px;
  width: 350px;
 }
.uploadifyError {
  border: 2px solid #FBCBBC !important;
  background-color: #FDE5DD !important;
 }
.uploadifyQueueItem .cancel {
  float: right;
 }
.uploadifyProgress {
  background-color: #FFFFFF;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  margin-top: 10px;
  width: 100%;
 }
.uploadifyProgressBar {
  background-color: #0099FF;
  width: 1px;
  height: 3px;
}
table.uploadtable td {
  height: 40px;
  text-align: left;
  font-weight: bold;
}
.uploadbutton {
  width:110px;
  height:30px;
  border:0px;
  background-image: url(../../images/tb.v.2/uploadbutton.png);
  font-weight: bold;
  color: #ffffff;
  cursor:pointer;
  padding-right:5px;
}
#fileDescription {
  width:200px;
  height:20px;
  border:1px #a2b0a9 dotted;
}
#fileWeight {
  height: 23px;
  border:1px #a2b0a9 dotted;
  width:210px;
}
