
input.openid
{
	background-image: url(/img/openid_icon.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #ffffff;
	padding-left: 18px;
}

input[type=submit]
{
	font-size: small;
	padding: 0px 1px;
}

#login-help
{
	width: 400px;
	background: white;
	border: solid thin black;

	position: absolute;
	left: 51%;
	top: 10px;
	padding-left: 5px;

	font-size: small;
}

#login-help img
{
	float: right;
	border: none;
}

#login-help h1
{
	font-weight: bold;
	font-size: small;
}

#login-help p
{
	text-align: center;
}

form
{
	width: 50%;
}

div.info
{
	width: 50%;
}

div.error.small
{
	width: 49%;
}
