html, body {
	background: #333;
	color: #ccc;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	text-align: center;
}
h3 {
	text-align: center;
}

#throbber {
	position: absolute;
	top: 0;
	right: 0;
}

.run_demo {
	text-align: center;
}

.demo {
	background-color: #666;
	border: solid 1px #000;
	color: #fff;
	margin: 0 20% 0 20%;
	overflow: auto;
}

/* Used for side-by-side comparison */
.demo .one, .demo .two {
	margin: 10px;
	width: 40%;
}
.demo a {
	padding: 5px;
}
.demo .output {
	margin-top: 5px;
	padding: 50px 5px;
	text-align: center;
}
.demo .one {
	float: left;
}
.demo .two {
	float: right;
}
.demo .two a,
.demo .two .output {
	border: solid #000 1px;
}
.demo .two a {
}

*:focus {
	outline: none;
}
