body { 
	font-family: "museo-sans-1","museo-sans-2", "Museo Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background: #ddd;
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(187,187,187)), color-stop(0.53, rgb(221,221,221))) no-repeat;
	background: #ddd -moz-linear-gradient(center top, rgb(187,187,187) 0%, rgb(221,221,221) 53%) no-repeat;
	}

#wrap { 
	width: 600px;
	margin: 70px auto; 
	background: #fff;
	padding: 10px 30px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 5px #666;
	}

h1 {
	font-size: 42px;
	font-family: "museo-slab-1", "museo-slab-2", "Rockwell", "Helvetica Neue", Arial, sans-serif;
	text-shadow: 2px 2px 4px #bbb;
}

#search {
	color: #333;
	margin-top: 15px;
	width: 85%;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 16px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#find {
	color: #fff;
	background: #555;
	font-size: 16px;
	padding: 4px 12px;
	border: 1px solid #555;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#find:hover {
	cursor: pointer;
	background: #333;
	color: #fff;
	border: 1px solid #333;
}

#result {	
	font-size: 16px;
	line-height: 20px;
	padding-top: 10px;
}

#footer {
	margin-top: 25px;
	font-size: 12px;
	color: #ccc;
}
	#footer a { color: #aaa; text-decoration: none; }
	#footer a:hover { color: #888; text-decoration: underline; }
