.upload-statusbar {
border: 1px solid #0ba1b5;
margin-top: 2px;
width:320px;
margin-right: 2px;

float:left;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding:2px;
}
.upload-filename {
width: 50%;
height: auto;
margin: 0 5px 5px 10px;
color: #807579;
}
.upload-progress {
margin: 0 2px 1px 0px;
position: relative;
width: 50%;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block;
}
.upload-bar {
background-color: #0ba1b5;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;
}
.upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.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;
}
.upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin-right:5px;
}
.upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
   font-weight: normal;
	padding: 15px 20px;
	cursor:pointer;	
	line-height:35px;
	height:35px;
	width:290px;
	top:40px;
	margin:0 10px 10px 0;
  display: inline-block;
  background: #fff !important;
  border: 1px dashed #ccc !important;
  color: #555 !important;
  text-decoration: none;
  padding: 6px 10px 4px 10px; 
vertical-align:middle;  
  }
  
/*.upload:hover {
      background: #28759D;
      -moz-box-shadow: 0 2px 0 0 #15719f;
      -webkit-box-shadow: 0 2px 0 0 #15719f;
      box-shadow: 0 2px 0 0 #15719f;
}*/

.ajax-upload-dragdrop
{
	border: 0px;
  width: auto;
  color: #DADCE3;
  text-align: center;
  padding: 0px 0px 0px 5px;
  z-index: 2000;
  cursor: pointer;
}