.ajax-file-upload-statusbar {
	border: 1px solid #003B71;
	margin-top: 10px;
	width: 560px;
	padding: 5px 5px 5px 5px
}
.ajax-file-upload-filename {
	width: 100%;
	height: auto;
	margin: 0 10px 5px 10px;
	color: #333333;
}
.ajax-file-upload-progress {
	margin: 0 10px 5px 10px;
	position: relative;
	width: 400px;
	border: 1px solid #333333;
	padding: 1px;
	display: inline-block
}
.ajax-file-upload-bar {
	background-color: #003B71;
	width: 0;
	height: 20px;
	color:#FFFFFF;
}
.ajax-file-upload-percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%
}
.ajax-file-upload-red {
	width:100px;
	background-color: #ff0000;
	display: inline-block;
	color: #fff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 15px;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	vertical-align: top;
	margin-right:5px;
}
.ajax-file-upload-green {
	width:100px;
	background-color: #003B71;
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #fff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 15px;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	vertical-align: top;
	margin-right:5px;
}
.ajax-file-upload {
	font-family: Verdana, Arial, Helvetica;
	font-size:16px;
	font-weight: bold;
	padding: 15px 20px;
	cursor:pointer;	
	line-height:20px;
	height:25px;
	margin:0 10px 10px 0;
	display: inline-block;
	background: #fff;
	border: 1px solid #e8e8e8;
	color: #888;
	text-decoration: none;
	padding: 5px 10px 2px 10px; 
	color: #fff;
	background: #003B71;
	border-width: 1px;
	vertical-align:middle;  
  }
  
.ajax-file-upload:hover {
      background: #003B71;
}

.ajax-upload-dragdrop{
	border:2px dotted #333333;
	width:550px;
	height:200px;
	color: #999999;
	background-color:#f2f2f2;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
}
