.muldebug {
  width: 500px;
  border: 1px solid #666666;
  padding: 14px 10px 14px 10px;
}

.muluploaderfieldset {
  background-color: #363636;
  width: 500px;
  border: 1px solid #666666;
  padding: 14px 10px 14px 10px;
  color: white;
}

.muluploader {
  position: relative;
}

#muluploadbuttonsend {
  width: 140px;
  height: 18px;
  position: absolute;  
  cursor: normal;
  left: 150px;
  top: -23px;
  border: none;
  cursor: pointer;   
}

.muluploadbuttonsendinactive {
  background-image: url(/images/upload/i_send.png);
  cursor: normal;  
}

.muluploadbuttonsendactive {
  cursor: pointer;
  background-image: url(/images/upload/a_send.png);
}

.muluploadfilerow {
 margin: 0;
 margin: 4px auto 1px 0;
}

.muluploadfilerow label {
  padding-left: 7px;
}

.muluploadfilerow b {
  padding-left: 7px;
}

#uploadbuttoncontainer {
  background: url(/images/upload/add.png);
  width: 140px;  
  height: 18px;
  display: block;
  overflow: hiddden;
  cursor: pointer; 
  margin-bottom:-10px;
  margin-left:15px;
}

.muluploadremovebutton {
  width: 19px;
  height: 19px;  
  background-image: url(/images/upload/remove.png);  
  border: none;
  overflow: hidden;
  text-indent: -200px;
  float: right;
  margin-left: 5px;
  color: white;
  font-size: 1px;
}

.mulclear {
  clear: both;
}

.ymuluploadfileactiverow .muluploaderfile {
  width: auto;
  height: 100%;  
  cursor: pointer;  
  opacity: 0;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.ymuluploadfileactiverow  .muluploaderfilelabel {
  width: 140px;  
  height: 18px;
  background: url(../images/add.png);
  display: block;
  overflow: hidden;
  cursor: pointer;
}


.mulfileprogressbar {
  clear: both;
  width: 220px;
  height: 19px;
  background: url(/images/upload/loader.gif) no-repeat left top;
  margin-left: -7px; 
  text-align: center;
  font-size: 10px;
  line-height: 18px; 
}

.mulfileprogressbarinactive {
  clear: both;
  width: 220px;
  height: 19px;
  background: url(/images/upload/loaderin.gif) no-repeat left top; 
  margin-left: -7px; 
  text-align: center;
  font-size: 10px;
  line-height: 18px;   
}

.mulfileprogressbarcomplet {
  clear: both;
  width: 220px;
  height: 19px;
  background: url(/images/upload/loaderc.gif) no-repeat left top;
  margin-left: -7px;  
  text-align: center;
  font-size: 10px;
  line-height: 18px;     
}