div.content {
	margin-bottom: 200px;
	margin-top: 100px;
	text-align: center;
}

img#logo {
	border-width: 0px;
	border-style: none;
	margin-bottom: 15px;
}

input.querybox {
	color: #999999;
	text-shadow: 0px 0px;
	font-size: 2em;
}

div#message {
	margin-bottom: 15px;
	color: #999999;
	font-size: small;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

div#help {
	margin-top: 50px;
	text-align: center;
	margin-right: 25%;
	margin-left: 25%;
	font-size: small;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #999999;
}

ol.usagelist {
	margin-left: 35px;
	text-align: left;
	list-style-position: outside;
	list-style-type: decimal;
}

ul.examplelist {
	margin-left: -35px;
	text-align: center;
	list-style-type: none;
}

.spotlight {
	font-size: medium;
}

#helpswitch {
	text-decoration: underline;
}

#helpmessage {
	visibility: hidden;
}

