input[type=file] {
	border: 1px solid #EEE;
	font-size: 12px;
	background-color: #0A68A9;
}

div.file {
	padding: 5px;
	position: relative;
}

span.progressText {
	color: #0A68A9;
}

.finished span.progressText {
	color: #539d43;
}

.progress {
	float: right;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 0;
}
