/* Basic styling for login widget
   This styling aligns the gravtar left, the links right.*/
.widget_wp_sidebarlogin, #sidebar-login {
	overflow: hidden;
}
.widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {
	float:left;
}
.userinfo_container {
	float: left;
}
.avatar_container {
	float: right;
}
.pagenav {
	clear: left;
}
.widget_wp_sidebarlogin .avatar_container img, #sidebar-login .avatar_container img {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 8px;
	margin-top: 5px;
}
.widget_wp_sidebarlogin #openid_field {
	background-image:url(../openid/f/openid.gif);
	background-position:3px 50%;
	background-repeat:no-repeat;
	padding-left:21px !important;
}
.widget_wp_sidebarlogin hr {
	display: block;
	clear: both; 
	border: 0; 
	border-top: 1px solid #999; 
	height: 1px;
}
.sidebarlogin_otherlinks li {
padding: 0 0 4px;
}
input.mid {
	width: 150px;
}
#loginsubmit {
width: 100px;
height: 25px;
margin: 0;
background: #f1f1f1;
color: #1aba47;
font-size: 14px;
font-family: "Trebuchet MS", Georgia, Times New Roman;
padding: 0 0 2px;
border: 1px solid #ccc;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
}

#login_error {
color: #f15c5e;
padding: 0 3px 3px;
}