/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {
	display:inline-block;
	color: #FFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;


	width: 100%;
	font-weight:normal;
	cursor:pointer;
}
.uploadifive-button:hover {

}

.uploadifive-queue
{
display:none;
}


.uploadifive-queue-item {
	color:white;

	font: 11px Arial, Helvetica, Sans-serif;
	margin-top: 1px;
	padding: 5px 0;
}
.uploadifive-queue-item .close {
	background: url(/media/js/uploadifive/uploadifive-cancel.png) 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #ccc;
	height: 3px;
	margin-top: 1px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #333;
	height: 3px;
	width: 0;
}