input	{
	font-size:10px;
	font-family:"MS Sans Serif";
	height:20px;
	}
input.long	{
	font-size:10px;
	font-family:"MS Sans Serif";
	height:20px;
	width:115px;
	}
input.medium	{
	font-size:10px;
	font-family:"MS Sans Serif";
	height:20px;
	width:70px;
	border: 1px solid;
	border-color:#4765a3;
	}
input.superlong	{
	font-size:10px;
	font-family:"MS Sans Serif";
	height:20px;
	width:200px;
	}
select	{
	height:20px;
        background-color:#D9E1EE;
	font-size:10pt;
	font-family:"MS Sans Serif";
        width:300px;
	}
select.small	{
	height:20px;
        background-color:#D9E1EE;
	font-size:10pt;
	font-family:"MS Sans Serif";
        width:100px;
	}
select.full	{
	height:100px;
        background-color:#D9E1EE;
	font-size:10pt;
	font-family:"MS Sans Serif";
        width:300px;
	}
