div.file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-weight: bold;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; */
  width: 175px;
  height: 50px;
  line-height: 30px;
  background: #ffffff;
  border: 1px solid #ffffff;
}

div.file_upload_small {
  width: 175px;
  height: 50px;
  line-height: 30px;
  font-size: auto;
  background: #ffffff;
  border: 1px solid #ffffff;
}

div.file_upload_large {
  width: 175px;
  height: 60px;
  line-height: 150px;
  font-size: 20px;
  background: #3378D9;
  border: 1px solid #3378D9;
}

div.file_upload_highlight {
  background: #eee;
}

div.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(-300px, -300px) scale(10);
  -moz-transform: translate(-800px, 0) scale(10);
  cursor: pointer;
}

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

.file_upload_preview img {
  width: 80px;
}

.file_upload_progress .ui-progressbar-value {
  /* background: url(ajax-loader.gif) no-repeat; */
  background: url(ajax-loader.gif) ;
}

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

.file_upload_cancel button {
  cursor: pointer;
}

.file_upload_font {
  font-family: Georgia; 
  font-size: 10pt; 
  font-weight: bold;
}

.div_reveal_error {
	border-top: 1px solid #FF5922; 
	border-bottom: 1px solid #FF5922; 
	background-color: #FFB69D;
	padding-left:10px; 
	padding-right:10px;
  	color: #800000;
  	font-family: Georgia; 
  	font-size: 10pt; 
}
