/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/
.uploadifive-button {
	float: left;
	width: 100% !important;
	height:54px !important;
	line-height:24px !important;
	padding: 16px;
	margin: 0px 0px 8px;
	background-color: #AAA;
	border: 1px solid #AAA;
	color:#FFF;
}
.uploadifive-button:hover {
}
.uploadifive-queue-item {
	width: 100% !important;
	height:54px !important;
	background-color: #FFF;
	border: 1px solid #AAA;
	margin:0 0 4px 0;
	padding: 16px;
}
.uploadifive-queue-item .close {
	background: url('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 #000;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #AAA;
	height: 3px;
	width: 0;
}
