/* 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;
}
.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;
}


.clsLoginForm {
overflow:hidden;
width:180px;
}
.clsLoginLeft {
float:left;
padding:3px 0 0 4px;
width:132px;
}
.clsLoginRight {
float:right;
width:35px;
height:36px;
padding:64px 5px 0 0;
}
#login_error{
color:#8E8E8E;
padding:0 0 0 2px;
}
body:nth-of-type(1) .clsLoginRight{float:right;
width:35px;
height:36px;
padding:67px 5px 0 0;
}
