.ajax-file-upload-statusbar {
    background: #e7e7e7;
    -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;
    max-width: 100px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 3px 5px;
    border-bottom: 1px solid #afafaf;
}
.ajax-file-upload-filename {
width: 80%;
height: auto;text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;
color: #939393;
float: left;
}
.ajax-file-upload-progress {
margin: 0 10px 5px 10px;
position: relative;
width: 250px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: none !important;}
.ajax-file-upload-bar {
background-color: #0ba1b5;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;
display: none !important;
}
.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;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload-green {
-moz-border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #999999;
font-family: arial;
font-size: 10px;
font-weight: bold;
text-decoration: none;
cursor: pointer;
vertical-align: top;
margin-left: 5px;
float: left;
position: absolute;
display: none;
right: 5px;
}
.ajax-file-upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	cursor: pointer !important;	
	line-height:20px;
	height: 20px;
  display: inline-block;
  text-decoration: none;
	padding: 2px 20px; 
	color: #000000;
  border: none;
  vertical-align:middle;  
	background: #ffffff;  background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));  background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%);  background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%);  background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%);  background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
	-webkit-border-radius: 2px;  -moz-border-radius: 2px;  border-radius: 2px;
	border: 1px solid #999999;
	z-index: 50;
}
  
.ajax-file-upload:hover {
background: #cccccc;
background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );
}

.ajax-file-upload input[type=file] {
    margin: 0;  
    padding: 0 !important;  font-size: 12px;  
    border: 0 !important;  color: #7f7f7f;  
    width: 100% !important;
    cursor: pointer !important;
    height: 25px !important;
    font-size: 0px !important;
}

.ajax-upload-dragdrop
{
	width: 100%;
	color: #DADCE3;
	text-align:left;
	vertical-align:middle;
	margin-bottom: 10px;
}
.ajax-upload-dragdrop span {display:none;}