.uploadifyButton {
	background: url("../img/btn_browse.jpg") no-repeat;
	display: block;
	width: 114px;
	height: 44px;
	margin-left: 10px;
	cursor: pointer;
}

.uploadifyQueueItem {
	background-color: #cacaca !important;
	border: 1px solid #808080 !important;
	font: 11px Verdana, Geneva, sans-serif;
	width: 150px;
	height: 150px;
	border: 1px #000000 solid;
}
.uploadifyError {
	background-color: #FDE5DD !important;
}
.cancel {
	position: absolute;
	float: left;
}
.cancel a {
	background: url("../img/ico_close.png") 0 0 no-repeat;
	-moz-opacity:.60;
	filter:alpha(opacity=60);
	opacity:.60;
	float: left;
	width: 20px;
	height: 20px;
	margin: 3px 0 0 3px;
	position: absolute;
	cursor: pointer;
	outline: none;
}
.cancel a:hover {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}
.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadifyProgress {
	background-color: #e5e5e5;
	float: left;
	width: 150px;
	height: 27px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}
.uploadifyProgressBar {
	background-color: #ff7b00;
	height: 150px;
	width: 0;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.fileName {
	float: left;
	width: 138px;
	height: 15px;
	padding: 7px 5px 5px 7px;
	margin: 0;
	font-size: 11px;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	background-color: #ffffff;
}