.ajax-file-upload-statusbar {
border: 1px solid #ddd;
margin-top: 10px;
width: 430px;
margin-right: 10px;
padding: 5px 5px 5px 5px;
}
.ajax-file-upload-filename {
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #807579
}
.ajax-file-upload-progress {
margin: 0 10px 5px 10px;
position: relative;
width: 250px;
border: 1px solid #ddd;
padding: 1px;
display: inline-block;
}
.ajax-file-upload-bar {
background: #4089c4;
background: -moz-linear-gradient(top,  #4089c4 0%, #3672a0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4089c4), color-stop(100%,#3672a0));
background: -webkit-linear-gradient(top,  #4089c4 0%,#3672a0 100%);
background: -o-linear-gradient(top,  #4089c4 0%,#3672a0 100%);
background: -ms-linear-gradient(top,  #4089c4 0%,#3672a0 100%);
background: linear-gradient(to bottom,  #4089c4 0%,#3672a0 100%);
width: 0;
height: 20px;
color:#FFFFFF;
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.ajax-file-upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 11px;
font-weight: normal;
padding: 7px 18px;
line-height: 12px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload-green {
  background-color: #77b55a;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  padding: 7px 18px;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  margin-right:5px;
}
.ajax-file-upload { 
  border: 1px solid #3672a0;
  color: #fff;
  box-shadow: 0 1px 1px #66a1d1 inset;
  -webkit-box-shadow: 0 1px 1px #66a1d1 inset;
  -moz-box-shadow: 0 1px 1px #66a1d1 inset;
  background: #4089c4;
  background: -moz-linear-gradient(top,  #4089c4 0%, #3672a0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4089c4), color-stop(100%,#3672a0));
  background: -webkit-linear-gradient(top,  #4089c4 0%,#3672a0 100%);
  background: -o-linear-gradient(top,  #4089c4 0%,#3672a0 100%);
  background: -ms-linear-gradient(top,  #4089c4 0%,#3672a0 100%);
  background: linear-gradient(to bottom,  #4089c4 0%,#3672a0 100%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 18px;
  cursor:pointer!important;
  line-height:12px;
  text-transform: uppercase;
  margin:0 10px 10px 0;
  display: block;
  text-decoration: none;
  color: #fff;
  vertical-align:middle;
  float: left;
}
  
.ajax-file-upload:hover {
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  opacity: 0.95;
}
.ajax-file-upload:active {
  background: #3672a0;
  box-shadow: 0 1px 3px #707070 inset;
  -webkit-box-shadow: 0 1px 3px #707070 inset;
  -moz-box-shadow: 0 1px 3px #707070 inset;
}
.ajax-file-upload input[type=file] {
  cursor: pointer;
  width: 100%!important;
  height: 100%!important;
  margin-top: 0!important;
  padding: 0!important;
}
.ajax-upload-dragdrop
{

	border:1px solid #DDD;
	width:420px;
	color: #595959;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 0px 10px;
}
::-webkit-file-upload-button {
  cursor:pointer;
}

.ajax-upload-dragdrop span {
  line-height: 28px;
  font-family: Arial, Helvetica;
  font-weight: normal;
  display: block;
  float: left;

}