.uploadifyQueueItem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:11px;

	border: 2px solid #E5E5E5;

	background-color: #999999;

	margin-top: 5px;

	padding: 10px;

	width: 100px;

}

.uploadifyError {

	border: 2px solid #FBCBBC !important;

	background-color: #FDE5DD !important;

}

.uploadifyQueueItem .cancel {

	float: right;

}

.uploadifyProgress {

	font-size:11px;

	background-color: #999999;

	border-top: 1px solid #808080;

	border-left: 1px solid #808080;

	border-right: 1px solid #C5C5C5;

	border-bottom: 1px solid #C5C5C5;

	margin-top: 10px;

	width: 100px;

}

.uploadifyProgressBar {

	background-color: #0099FF;

	width: 1px;

	height: 3px;

}
