.uploadifyQueueItem {  
	background-color: black;
	border: 2px solid black;
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 10px;
	width: 90%;
}
.uploadifyError {
	color: red;
  background-color: black !important;
	border: 2px solid #333333 !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: black;
}
.uploadifyProgress {
	background-color: black;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 4px;
	width: 1px;
}
