#auth_form {
    display: block;
    width: 400px;
    float: right;
}

.form-row label, legend {
	font-weight:bold;
}

.form-row input {
	border:#c3deb8 solid thin;
	background-color:#eff8eb;
	color:#075209;
	font-size:14px;
	width:200px;
	margin:7px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}

fieldset {
	border:#c3deb8 solid thin;
}

#openid_form {
    display: block;
    width: 470px;
    float: right;
}
#openid_form a {
	border-bottom:none;
}
#openid_form a:hover {
	border-bottom:none;
}
#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 {
    width: 100px;
    height: 60px;
    border: 1px solid #DDD;
    margin: 3px;
    float: left;
}
.openid_small_btn {
    width: 24px;
    height: 24px;
    border: 1px solid #DDD;
    margin: 3px;
    float: left;
}
a.openid_large_btn:focus {
    outline: none;
}
a.openid_large_btn:focus {
    -moz-outline-style: none;
}
.openid_selected {
    border: 4px solid #DDD;
}

.errors {
	color:red;
	font-weight:bold;
}


