input, select { font-size: 10px;  border: 1px solid silver; }
textarea      { font-size: 11px;  border: 1px solid silver; }
button        { font-size: 10px;  }

input.disabled { background-color: #F0F0F0; }
input.button  { cursor: pointer;   }

input:focus,
select:focus,
textarea:focus { background-color: #ffd }

#menu_search { 
	background-color: #fff;
	font-size: 11px;
	border: 0px solid;
	float: left;
	margin-top: 5px;
	margin-left: 22px;
	width: 115px;
	height: 14px;
}
