


INPUT.next {
	font-weight: bold;
	padding: 2px;	
}

#fileQueue {
	width: 400px;
	height: 50px;
	overflow: auto;
	border: 1px solid #2A2A2A;
	margin-bottom: 10px;
}
#filesUploaded {
	display: none;
	border: none;
	width: 600px;
	height: 70px;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

a.btnNext {
	background:#575757 url("img/btn-bg.gif") repeat-x;
	border:1px solid #555555;
	clear:both;
	color:white !important;
	display:block;
	float:left;
	font-family:"Lucida Sans Unicode",sans-serif;
	line-height:30px;
	margin-bottom:5px;
	overflow:hidden;
	padding:0 25px;
	text-decoration:none !important;
}
