.uploadifive-queue-item {
	color: #fff;
	background-color: #0463ad;
	border: 1px solid #0463ad -webkit-border-radius : 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 12px;
	padding: 12px 10px;
}
.uploadifive-queue-item .close {
	background: url('uploadifive-white-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	/*	border: 1px solid #3e87c0;*/
	background-color: #3e87c0;
	height: 5px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #fff;
	height: 5px;
	width: 0;
}
.btn-browse {
	line-height: 21px !important;
}
.uploadifive-queue-item.complete {
	color: #025595;
	background-color: #fff;
	border: 1px solid #0463ad
}
.uploadifive-queue-item.complete .close {
	color: #025595;
	background: url("uploadifive-complete-cancel.png") 0 0 no-repeat;
	opacity: .8;
	filter: alpha(opacity=80);
}
.uploadifive-queue-item.error {
	color: #d93434;
	background-color: #fff;
	border: 1px solid #f36b6b
}
.uploadifive-queue-item.error .close {
	color: #d93434;
	background: url("uploadifive-error-cancel.png") 0 0 no-repeat;
	opacity: .8;
	filter: alpha(opacity=80);
}
