.uploadifyQueueItem{
	font-size:10px;
	border:1px solid #000;
	background-color:#222;
	margin-bottom:4px;
	padding:4px;
}
.uploadifyError {
	border:1px solid #ff0000 !important;
	background-color:#FDE5DD !important;
	color:#000;
}
.uploadifyQueueItem .cancel {
	float:right;
}
.uploadifyError .cancel{
//	display:none;
}
.uploadifyDone .cancel{
	display:none;
}
.uploadifyProgress {
	background-color:#888888;
	border:1px solid #000000;
	margin-top:4px;
}
.uploadifyProgressBar {
	background-color:#E94C05;
	width:1px;
	height:3px;
}

