.fileUpload-style .browse_btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	background: #1d9bd9;
	background: -webkit-linear-gradient(#3baee7, #08c);
	background: linear-gradient(#3baee7, #08c);
	border-width: 1px;
	border-color: #137ec6;
	border-top-color: #1992da;
	border-bottom-color: #0d6ab2;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	padding: 3px 10px;
	outline: 0;
}

.fileUpload-style .upload_btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	background: #7ebc4b;
	background: -webkit-linear-gradient(#a0db64, #68b218);
	background: linear-gradient(#a0db64, #68b218);
	border-width: 1px;
	border-color: #7cbc43;
	border-top-color: #98ce69;
	border-bottom-color: #458e00;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	padding: 3px 10px;
	outline: 0;
}

.fileUpload-style .clean_btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	background: #f74242;
	background: -webkit-linear-gradient(#f45555, #ed0e0e);
	background: linear-gradient(#f45555, #ed0e0e);
	border-width: 1px;
	border-color: #ed7171;
	border-top-color: #ed5a5a;
	border-bottom-color: #9b0000;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	padding: 3px 10px;
	outline: 0;
}

.fileUpload-style ul {
	padding-left: 0;
	list-style: none;
	margin: 10px 0;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.4);
	box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.4);
}
.fileUpload-style ul li:first-child {
	border-top: #ccc 1px solid;
}
.fileUpload-style ul li {
	width: 100%;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding: 10px 5px;
	background-color: #fff;
}
.fileUpload-style ul li p {
	margin: 5px;
}
.fileUpload-style ul li progress {
	width: 100%;
}

.fileUpload-style ul li .progress {
	position: relative;
	width: 100%;
	height: 18px;
	background-color: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(100, 100, 100, 0.4);
	-moz-box-shadow: inset 0px 1px 4px 0px rgba(100, 100, 100, 0.4);
	box-shadow: inset 0px 1px 4px 0px rgba(100, 100, 100, 0.4);
}
.fileUpload-style ul li .progress .progress_bar {
	height: 18px;
	background-color: #118748;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px -1px 2px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: inset 0px -1px 2px 0px rgba(50, 50, 50, 0.8);
	box-shadow: inset 0px -1px 2px 0px rgba(50, 50, 50, 0.8);
}
