.searchbox{
    padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	/* Removed height because rendering varies with older browsers. 
	   Let browser determine height based on font size. */
	/*height: 17px; */
	font-weight: normal;
	background-color: #edcbaa;
	border: solid #ffffff; 
    border-width: 1px;
	width: 144px;
	vertical-align:middle;
}
