.custom-upload-wrapper {
	position: relative;
	height: 28px;
}

.custom-upload-wrapper input[type="file"]
{
	position: relative;
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.custom-upload-wrapper .custom_upload_container
{
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;
	line-height: 100%;
	padding: 0;
	margin: 0;
}

.custom-upload-wrapper .custom_upload_container button {
	position: absolute;
	left: 0;
	height: 24px;
	padding: 4px 8px;
	font-size: 11px;
}

.custom-upload-wrapper .custom_upload_container input
{
	width: 100%;
	padding-left: 95px;
	background-color: #E7E8E7;
}

.ajax_upload_filelist {
	display: none;
	list-style-type: none;
	padding: 0px;
	margin: 3px 5px;
	margin-top: 0px;
}

.ajax_upload_filelist li {
	font-size: 12px;
}

.upload_progress_container {
	display: none;
	font-size: 0; /* fix inline-block spacing */
}

.upload_progress_value {
	margin-left: 5px;
	font-size: 0;
}

.upload_progress_value span {
	font-size: 11px;
}

.upload_progress_bar_inner {
	display: block;
	width: 0%;
	height: 100%;
	background-color: #5C97CF;
}

.upload_progress_bar_outer {
	display: inline-block;
	width: 200px;
	height: 10px;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-value {
	display: block;
}