input[type=file] {
  color: transparent;
}

.MultiFile-list {
  border: 1px solid #ceced8;
  border-radius: 3px; 
  padding: 6px; 
  margin-top: 12px; 
  background-color: white;
  display: none;
}

.MultiFile-label.design {
  background-color:#ededed; 
  border-radius:3px; 
  padding:7px; 
  padding-left:13px; 
  margin:7px; 
  width:500px; 
  font-size:14px; 
  color:#2546cb;
}

.MultiFile-remove {
  float:right; 
  padding-right:5px; 
  color:#969696;
}

.MultiFile-title.design {
  width: 450px; 
  text-overflow: ellipsis; 
  overflow: hidden; 
  display: block;
}

#loading {
  height: 100%;
  left: 0px;
  position: fixed;
  _position: absolute; 
  top: 0px;
  width: 100%;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity : 0.5;
}

.loading {
  background-color: white;
  z-index: 199;
}

#loading_img{
  position:absolute; 
  top:50%;
  left:50%;
  height:35px;
  margin-top:-75px;
  margin-left:-75px;
  z-index: 200;
}