input
{
	background: url(search.gif) #ffffff no-repeat left center;
	border: 3px solid #EEEEEE;
	color: #808080;
	font-weight: bold;
	font-family: "Lucida Grande",Verdana,sans-serif;
	height: 24px;
	padding-left: 30px;
	padding-top:6px;
	width: 400px;
	font-size: 1em;
	vertical-align: middle;
	text-decoration: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

input:hover
{
	border: #d3d3d3 3px solid;
}