/*
UploadiFive
*/
.queue {
	margin-bottom: 40px;
	width: 430px;
	margin-right: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 240px;
}
.filename {
	font-family: "robotolight", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
}

.fileinfo {
	font-family: "robotolight", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
}

.uploadifive-button input {
	cursor: pointer;	
}

.uploadifive-button {
    font-family: "robotolight", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #b6b6b6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border: 1px solid #b6b6b6;
    text-transform: uppercase;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    margin-left: 20px
}

.uploadifive-button:hover {
    background-color: #f6f6f6;
}

.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 3px;
	padding: 15px;
	font-size: 11px;
}
.uploadifive-queue-item .close {
	background: url('../img/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 #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
/*
Uploadify
*/
.uploadify {
	position: relative;
	margin-bottom: 1em;
	left: 220px;
}

.uploadify-button {
	font-family: "robotolight", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #b6b6b6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border: 1px solid #b6b6b6;
    text-transform: uppercase;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
}
.uploadify:hover .uploadify-button {
	background-color: #EEE;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
	position: absolute;
	left: 160px;
	top: -5px;
	width: 410px;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	margin-top: 5px;
	max-width: 410px;
	padding: 10px;
	font-family: "robotolight", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('../img/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: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}