﻿html
{
	/* internet exporer doesn't scale fonts if the font is declare as a px size so use percent as a starting point*/
	font-size: 62.5%; /*this effectively makes the base font size 10px because most browsers default font size is 16px*/
	overflow: auto;
}

input#fileupload
{
	background-color: #fff;
	border: 1px solid #bfbab0;
}