/*
Default style definitions for:

Uploadify v1.6.2
Copyright (C) 2009 by Ronnie Garcia
Co-developed by Travis Nickels
*/
.fileUploadQueueItem {
	font-size: 12px;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 400px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
/*.fileUploadProgress {
	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%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}*/
.fileName{
	float:left;
}
.percentage{
	float:left;
}
.progress {
background:transparent url(../images/progress.gif) no-repeat scroll 50% 0;
margin-right:0.5em;
vertical-align:middle;
}