﻿.ff-iframe {
	height: 23px;
	width: 67px;
}

.ff-control {
	margin-top: 5px;
}

.ff-control label.ff-control-title {
	position: relative;
	top: -5px;
	margin-right: 5px;
	display: inline;
	font-weight: normal;
}

.ff-control-files,
.ff-control-files td {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.ff-control-files {
	margin-top: 5px;
}

.ff-control-files td {
	padding: 3px;
}

.ff-control-tr-error td {
	color: red;
}

.ff-control-td-name {
	font-weight: bold;
	font-size: .9em;
}

.ff-control-td-remove {
	text-align: right;	
}

.ff-control-td-progress .ff-progress-container {
	width: 13em;
}

.ff-progress-container {
	background: #EBEBEB url(../images/bar.gif) repeat-x left center;
	clear: both;
	border: solid 1px #9F9F9F;
	position: relative;
}

.ff-progress-bar {
	background: #AFFE86 url(../images/progress.gif) repeat-x left center;
	padding: 0px 0 0px 0;
	border-right: solid 2px #BBFFAF;
}

.ff-progress-text {
	color: black;
	font-weight: normal;
	position: absolute;
	right: 2%;
}

.ff-progress-percentage {
	font-weight: bold;
	margin-left: 10px;
}