#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_btn {
	width: 120px;
	height: 40px;
	border: 1px solid #DDD;
	margin: 3px;
        padding: 3px;
	float: left;
}
a.openid_btn:focus {
	outline: none;
}
a.openid_btn:focus {
	-moz-outline-style: none;
}
.openid_selected {
	border: 4px solid #DDD;
}
	
