div.fileInput
{
	display: inline-block;
	border: 1px solid #546e7a;
	background: #eceff1;
}

.fileInput input
{
	display: none;
}

.fileInputLegend
{
	width: 210px;
	display: inline-block;
	padding: 4px;
}
