html,body {
	width: 100%;
	margin: 0px;
	padding: 0px; font-family : arial, sans-serif;
	background: url('woodbg.jpg');
	font-family: arial, sans-serif;
}

body {
	padding: 10% 0px 0px 0px;
}

h1 {
	font-family: Arial;
	font-size: 4em;
	text-shadow: 5px 5px 2px #cccccc;
	margin: 0px;
}

#container {
	margin: 0px auto;
	width: 700px;
	background: white;
	text-align: center;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 5px outset black;
	padding: 50px 0px;
}

#query {
	width: 500px;
	font-size: 1.5em;
	line-height:1em;
	position:relative;
	border: 3px inset;
	position: relative;
	color: #aaaaaa;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	padding:2px 2px 2px 5px;
}

#query.active {
	color: black;
	-webkit-border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}

#submit {
	position: relative;
	font-size: 1.5em;
	line-height:1em;
	padding:1px 5px 1px 1px;
	border: 3px outset;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}

#submit:active {
	border:inset;
}

.ui-autocomplete {
	background:white;
	width:500px;
	border:solid black;
	border-width:0px 3px;
	padding:0px;
	font-weight:600;
}

.ui-autocomplete a {
	display:block;
	cursor:pointer;
	padding:5px 10px;
}

.ui-autocomplete li {
	list-style:none;
	border-bottom:3px solid black;
}

.ui-autocomplete-match {
	font-weight:100;
}

#debug {
	display:none;
}