.phi4uploadButton
{
	font-size: 20px;
	cursor: pointer;
	margin-right: 5px;
	color: #666666;
}
.phi4uploadField
{
	display: flex;
	position: relative;
	border: 1px solid #666666;				
	width: 260px;
}
.phi4uploadProgress
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 10%;
	background-color: rgba(0,0,0,.2);
	display: none;
}
.phi4uploadValue
{
	width: 200px;	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 5px;
	padding: 2px;	
	flex: 1 0 auto;

}
.phi4uploadFile
{
	display: none;
}
	