/*
feuGTuploader
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.feuGTuploader {
	position: relative;
	margin-bottom: 1em;
	width:150px;
}

.feuGTuploader-queue {
	margin-bottom: 1em;
}
.feuGTuploader-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:black;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.feuGTuploader-error {
	background-color: #FDE5DD !important;
}
.feuGTuploader-queue-item .cancel a {
	background: url('../imgs/feuGT-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.feuGTuploader-queue-item.completed {
	background-color: #E5E5E5;
}
.feuGTuploader-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.feuGTuploader-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
#feuGT_container {
	padding-bottom:10px;
}
#feuGT_container .feuGTsubmitUpload{
	float: left;
	width: auto;
	padding: 10px;
}

#feuGT_container_pickfiles-button{
	text-align:center;
	border-collapse:separate;
}


#feuGT_container_pickfiles{
	cursor:pointer;
}
