.uploadifive-button {
cursor : pointer;
background: #fafafa;
  border: 0.125rem dashed #006A80;
  border-radius: 10rem;
  color: #333;
  text-align: center;
  font-size:1rem;
  font-weight:bold;
  margin-bottom:1rem;
 }
.uploadifive-button:hover {
     background: #f7f7f7;
     color:#111;
  border: 0.125rem dashed #22af73;
  cursor:pointer;
    }
.uploadifive-button:active {
     background: #f2f2f2;
  border: 0.125rem dashed #189b62;
    }


.uploadifive-queue-item {
	background-color: #F5F5F5;
	border: 0.125rem solid #E5E5E5;
	font-size: 0.65rem;
	padding: 0.5rem;
	margin-bottom:0.5rem;
	width: 90%;
	max-width:456px;
	word-break: break-all;
}
.uploadifive-queue-item .close {
	background: url('uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
	margin:0;
}

.uploadifive-queue-item .filename {
	font-size: 0.75rem;
	word-break: break-word;
}

.uploadifive-queue-item .fileinfo {
	font-size: 0.75rem;
	word-break: break-word;
}

.uploadifive-queue-item .progress {
	border: 0.0625rem solid #D0D0D0;
	height: 0.125rem;
	margin-top: 0.25rem;
	width: 100%;
	text-align:left;
}
.uploadifive-queue-item .progress-bar {
	background-color: #22af73;
	height: 0.125rem;
	width: 0;
	text-align:left;
}