/* SVN FILE: $Id: converge.css 1 2008-07-31 15:47:51Z niles $ */
#header h1{
	font-size: 1.2em;
}
#header a{
	color: #fff;
}
/* generic helper classes */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
#menu ul {
	margin: 0px 10px;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	float: left;
	background-color: #fff;
	padding: 3px 10px 0px 10px;
}
#menu ul li a{
	float: left;
	background-color: #fff;
}
input.openid {
  background: url(/img/openid-icon-small.gif) no-repeat; 
  background-position: 0 50%;
  padding-left: 16px;
}
