.uploadifyQueueItem {
	font: 11px "Verdana", "Geneva", sans-serif;
	margin-top: 5px;
	width: 100%;
}
.fileName {
	padding: 0 10px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: left;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

.upload_place .upload_button {
	float: left;
	height: 24px;
	padding: 0 10px 0 0;
}
.upload_place .upload_button input {
	display: block;
	height: 24px;
	padding: 0;
	margin:  0;
}