/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
	background: url('../images/button-add.png') no-repeat;
	margin: 7px 0 0 10px;
	width: 92px;
	height: 14px;
	z-index: 1000
}
.uploadify:hover .uploadify-button {
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: none;
	/*border: 2px solid #E5E5E5;*/
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding: 3px 10px 3px 10px;
	width: 200px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('./uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	/* background-color: #E5E5E5; */
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 2px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 0px;
}