.ajax-file-upload-statusbar{
	border:1px solid #0ba1b5;
	margin-top:10px;
	width:400px;margin-right:10px;
	margin:5px;-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	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;
	border-radius:3px;
	display:inline-block
}
.ajax-file-upload-bar{
	background-color:#0ba1b5;
	width:0;
	height:20px;
	border-radius:3px;
	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;
	-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
}
.ajax-file-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
}
.ajax-file-upload{
    background: none repeat scroll 0 0 #A04334;
    border-bottom: 1px solid #DDDDDD;
    color: #FFFFFF;
    display: block;
    padding: 7px 0;
    text-align: center;
    width: 105px;
	cursor:pointer;
	border-radius:3px;
}
.ajax-file-upload:hover{
    background: none repeat scroll 0 0 #903324;
}
.ajax-file-upload:focus{
    outline: 1px dotted black;
}
/*.ajax-file-upload{
	display:inline-block;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#599bdc),color-stop(100%,#3072b3));
	background:-moz-linear-gradient(center top,#A04334 0,#3072b3 100%);
	-webkit-box-shadow:0 1px 0 0 #A04334 inset,0 -1px 0 0 #1a3d5e inset,0 2px 2px 0 #A04334;
	-moz-box-shadow:0 1px 0 0 #A04334 inset,0 -1px 0 0 #A04334 inset,0 2px 2px 0 #A04334;
	box-shadow:0 1px 0 0 #A04334 inset,0 -1px 0 0 #A04334 inset,0 2px 2px 0 #A04334;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-shadow:0 1px 0 #424242;
	padding:10px 20px;
	border-color:#295c8c;
	border-width:1px;
	border-style:solid;
	font-family:Lucida Grande;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	width:100px
}
.ajax-file-upload:hover{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#82bbf0),color-stop(100%,#3072b3));
	background:-moz-linear-gradient(center top,#82bbf0 0,#3072b3 100%)
}*/