// Basic styling for login widget
// This styling aligns the gravtar left, the links right.
.widget_wp_sidebarlogin {
	overflow: hidden;
}
.widget_wp_sidebarlogin .avatar_container {
	float:right;
}
.widget_wp_sidebarlogin .avatar_container img {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0;
}
input#user_pass {
	width:100px;
}