﻿input[type=text], input[type=password], input[type=button], input[type=submit] input[type=file], textarea, select {
	font-family:		Verdana, Trebuchet MS, Lucida Grande,   sans-serif;
}

input[type=button], input[type=submit], input[type=file]
{
	border:				1px solid rgb(0, 0, 0); 
	background-color:	rgb(249,249,249); 		
}

input[type=text], input[type=button], input[type=submit], input[type=file], input[type=password], select, textarea 
{
	font-size:			100%; 
}
