
body {
	background: url(../images/EspressoWithDoodles.tiff) no-repeat fixed;
	background-position: 50% 75%;
	-webkit-user-select: none;
	font: 14px "Lucida Grande";
	margin: 15px;
}

#label {
	position: fixed;
	top: 85%;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
	color: rgba(0,0,0,0.75);
	cursor: pointer;
}

#querytext {
	width: 35em;
	height: 20em;
	border: 1px ridge #181818;
	padding: 10px;
}

input {
	font-size: 1.3em;
	border: 2px solid #e8e8e8;
	clear: both;
}

#controls {
	margin: 1em;
}

p#info {
	background-color: #ffff00;
	margin: 1em;
	padding: 0.8em;
	border: 1px solid #000;
	width: 20em;
}

p.classes {
	overflow: scroll;
}