body {
	margin-top: 1.0em;
	background-color: #ffffff;
	font-family: Helvetica, Arial, FreeSans; 
	color: #000000;
}
h1 { font-size: 3.8em; color: #000000; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #000000; }
h3 { text-align: center; color: #000000; }
a { color: #000000; }
.description { font-size: 1.2em; margin-bottom: 0px; margin-top: 30px; font-style: italic;}
p.small { font-size: 1em; margin-bottom: 30px; }
.download { float: right; }
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; padding-bottom: 30px;}
p {margin-top:10px;}
#simpleField, #rangeField {
	width: 150px;
	height: 150px;
	background-color: #bcd;
}
#simpleKnob, #rangeKnob {
	width: 10px;
	height: 10px;
	background-color: #567;
}
pre {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#styledField {
	width: 150px;
	height: 100px;
	background-color: #FC3;
}
#styledKnob {
	width: 20px;
	height: 20px;
	background-image: url("http://imgkk.com/i/k4O.png");
	margin: -10px;
}