#openid_form {
	width: 470px;	
}
#openid_form legend {
	font-weight: bold;
}
#openid_choice {
	display: none;
}
#openid_input_area {
	clear: both;
	padding: 10px;
}
#openid_btns, #openid_btns br {
	clear: both;
}
#openid_highlight {
	padding: 3px;
	background-color: #FFFCC9;
	float: left;
}
.openid_large_btn, .openid_small_btn {
	border: 1px solid #DDD;
	margin: 7px;
	float: left;  
}
.openid_large_btn {
	width: 100px;
	height: 60px;
}
.openid_small_btn {
	width: 24px;
	height: 24px;
}	
a.openid_large_btn:focus {
	outline: none;
}
a.openid_large_btn:focus
{
  -moz-outline-style: none;
}
.openid_selected {
	border: 4px solid #DDD;
}

#openid_highlight a {
  margin: 4px !important;
}

#openid_header {
  font-weight: bold;
  font-size: 10pt;
  margin: 0;
  padding: 0 6px 6px 6px;
}

#openid_identifier, #openid_username {
  margin-right: 0.5em;
  border: 1px solid #ccc;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 5px 10px 8px; 
}