html,body {
	height:100%; /* needed for container min-height */
	background:#ddd;
	font-family:arial,sans-serif;
	color:#666;
}		
#hd {
	padding-top : 20px;
	height : 40px;
	font-family : "Trebuchet MS", arial, verdana;
	font-size : 24px;
}
.yui-g {
	border : 1px solid #666;
	padding : 20px;
}
#form td {
	padding : 3px;
}
#form {
	margin-bottom : 15px;
}
.fingerprint-sample {
	margin-top : 10px;
	margin-left : 20px;
	font-family : monospace;
}
#template {  display : none; }
.right {
	float : right;
}
a {
	text-decoration : none;
	color : #999;	
}
a:hover { 
	text-decoration : underline;
}
#about {
	display : none;
}
.small {
	font-family : .9em;		
}
h2 {
	font-size : 1.5em;
}
p {
	margin : 20px;
}
ul > li {
	margin-left : 20px;
	margin-top : 1px;
}
code {
	color : #777;
}