


/************************
*	Inputs Sizes		*
************************/

	INPUT.Button, INPUT.ButtonRed
	{
		width: 70px;
		cursor:hand;cursor:pointer;
	}

	INPUT.ButtonSmall, INPUT.ButtonSmallRed
	{
		width: 50px;
		cursor:hand;cursor:pointer;
	}

	INPUT.Insert
	{
		width: 100px;
		cursor:hand;cursor:pointer;
	}

	INPUT.Radio, INPUT.Checkbox
	{
		border-width: 0px;
		width: 14px;
		height: 14px;
		cursor:hand;cursor:pointer;
	}

	SELECT.Item
	{
		width: 160px;
	}
