#inputSearch
	{
		border:solid 1px black;
		height:16px;
		width:110px;
		background-color:white;
		
		font-family: arial;
		font-size: 10px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-decoration: none
	}

.inputText
	{
		border:solid 1px black;
		height:20px;
		background-color:white;
	}

.inputMemo
	{
		border:solid 1px black;
		background-color:white;
	}

.inputButton
	{
		border:solid 1px black;
		width:100px;
	}

.inputCon
	{
		border:solid 1px black;
		height:16px;
		width:24px;
		background-color:white;
	}