body {
	font-family:"Lucida Grande","Helvetica","Arial",sans;
	font-size:75%;
	width:400px;
	margin:50px auto;
}
h1 {
	background:url('/img/title.png') top left no-repeat;
	width:262px;
	height:35px;
}
h1 span {
	position:absolute;
	left:-9999px;
}
label {
	display:block;
	margin:0 0 10px 0;
}
input[type=submit] {
	font-size:18px;
	background:#666;
	border:none;
	color:#fff;
	-moz-border-radius:3px;
	font-size:14px;
	margin:0 0 0 5px;
	padding:3px 5px;
}
input[type=text] {
	width:300px;
	font-size:16px;
}
div#results {
	margin:0 0 50px 0;
}
ul#footer {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	font-size:10px;
}
ul#footer a:link, ul#footer a:visited, ul#footer a:active {
	color:#000;
	text-decoration:none;
}
ul#footer a:hover {
	text-decoration:underline;
}
ul#footer li#for_google {
	display:none;
}