/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/
#queue {
	max-width: 400px;
}
#file_upload {
  opacity: 0;
}
.uploadifive-button {
    height: 36px!important;
    background: url('/i/multi.png') no-repeat center 0;
    position: relative;
    width: 100%;
}
.uploadifive-button:hover {
	cursor: pointer;
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin: 5px 0;
	padding: 15px 10px;
}
.uploadifive-queue-item .close {
	background: url('/i/cancelbutton.gif') 0 0 no-repeat;
	display: block;
	float: right;
	height: 15px;
	text-indent: -9999px;
	width: 14px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 20px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
.uploadifive-queue-item img {
  float: left;
  position: relative; 
  top: -10px;
  margin-right: 10px;
}

.uploadifive-button .icon-photo {	display: inline-block;
	float: left;
	width: 21px;
	height: 16px;
	margin: 6px 5px 0 -10px;
	background: url('/i/image.gif') 0 0 no-repeat;
}

.uploadifive-button .button-text {	display: inline-block;
	float: left;
	margin: 0px 0 0 5px;
	color: #000;
}