.file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;
  text-align: right;
    -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.file_upload_small {
  background: #d0d0d0;
  border: 1px dotted #d0d0d0;
    -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
background-image: url();
background-position: center;
background-repeat: no-repeat;
}

.file_upload_large {
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 20px;
  background: #98FB98;
  border: 1px solid limegreen;
    -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
margin-left: -3px;
margin-right: -3px;
background-image: url(fileDrop.png);
background-position: center;
background-repeat: no-repeat;

}

.file_upload_highlight {
  background: #6ffb6f;
background-image: url(fileDrop.png);
background-position: center;
background-repeat: no-repeat;
}

.file_upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: 300px solid transparent;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  -o-transform: translate(0, -300px) scale(6);
  cursor: pointer;
  z-index: 2;
}

.file_upload iframe, .file_upload button {
  display: none;
}

.file_upload_progress .ui-progressbar-value {
  background: url(pbar-ani.gif);
}

.file_upload_progress div {
  width: 150px;
  height: 15px;
}

.file_upload_cancel div {
  cursor: pointer;
}

.upload_files{
	line-height: 20px;
	background-color: #c0c0c0;
	padding-left: 12px;
	padding-right: 12px;
	width: 800px;
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

tr.upload_files{
	padding-top: 5px;
	padding-bottom: 5px;
}

.download_files{
	line-height: 15px;
	background-color: #c0c0c0;
	padding-left: 12px;
	padding-right: 12px;
	width: 800px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

tr.download_files{
	padding-top: 5px;
	padding-bottom: 5px;
}

.upload{
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}
